Html Css Color HEX #1E091C Mardi Gras

📋 copy color: '#1E091C'

red 30 ◦ green 9 ◦ blue 28

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

Shades of Mardi Gras #1E091C

Tints of Mardi Gras #1E091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 44.78%
G = 13.43%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1E091C (or 0x1E091C) is known color: Mardi Gras. HEX triplet: 1E, 09 and 1C. RGB value is (30,9,28). Sum of RGB (Red+Green+Blue) = 30+9+28=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091C is #E1F6E3. Grayscale: #111111. Windows color (decimal): -14808804 or 1837342. OLE color: 1837342.

HSL color Cylindrical-coordinate representation of color #1E091C: hue angle of 305.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E091C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 9 28 -
CMYK 0 0.70 0.07 0.88
HSL 305.71º 0.54% 0.08% -
HSV(B) 305.71º 0.7% 0.12% -
XYZ 0.84 0.56 1.16 -
YUV 17.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 30 9 28 0 0.70 0.07 0.88 305.71 0.54 0.08
Hex 1E 9 1C 0 46 7 58 132 36 8
Octal 36 11 34 0 106 7 130 462 66 10
Binary 11110 1001 11100 0 1000110 111 1011000 100110010 110110 1000

Color Harmonies of #1E091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E091C

Black with #1E091C

Text Example


Text Example

White with #1E091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,28); }

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

background-color css

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

 a { background-color: rgb(30,9,28); }

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

border-color css

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

 span { border-color: rgb(30,9,28); }

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