Html Css Color HEX #1E001D Mardi Gras

📋 copy color: '#1E001D'

red 30 ◦ green 0 ◦ blue 29

#1E001D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1E001D

Tints of Mardi Gras #1E001D

RGB

 RED value IS 30 (12.11% from 255) = 50.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 50.85%
G = 0%
B = 49.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.88

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1E001D (or 0x1E001D) is known color: Mardi Gras. HEX triplet: 1E, 00 and 1D. RGB value is (30,0,29). Sum of RGB (Red+Green+Blue) = 30+0+29=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001D is #E1FFE2. Grayscale: #0C0C0C. Windows color (decimal): -14811107 or 1900574. OLE color: 1900574.

HSL color Cylindrical-coordinate representation of color #1E001D: hue angle of 302º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E001D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 0 29 -
CMYK 0 1 0.03 0.88
HSL 302º 1% 0.06% -
HSV(B) 302º 1% 0.12% -
XYZ 0.76 0.36 1.19 -
YUV 12.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 30 0 29 0 1 0.03 0.88 302 1 0.06
Hex 1E 0 1D 0 64 3 58 12E 64 6
Octal 36 0 35 0 144 3 130 456 144 6
Binary 11110 0 11101 0 1100100 11 1011000 100101110 1100100 110

Color Harmonies of #1E001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E001D

Black with #1E001D

Text Example


Text Example

White with #1E001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E001D; }

 p { color: rgb(30,0,29); }

 H1.HeaderClassName
 {
   color: #1E001D;
 }
 .AnyTagClassName
 {
   color: #1E001D;
 }
</style>

background-color css

<style>
 a { background-color: #1E001D; }

 a { background-color: rgb(30,0,29); }

 div.DivClassName
 {
   background-color: #1E001D;
 }
 .BgClassName
 {
   background-color: #1E001D;
 }
</style>

border-color css

<style>
 span { border-color: #1E001D; }

 span { border-color: rgb(30,0,29); }

 td.TdClassName
 {
   border-color: #1E001D;
 }
 .TagClassName
 {
   border-color: #1E001D;
 }
</style>