Html Css Color HEX #180E18 Mardi Gras

📋 copy color: '#180E18'

red 24 ◦ green 14 ◦ blue 24

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

Shades of Mardi Gras #180E18

Tints of Mardi Gras #180E18

RGB

 RED value IS 24 (9.77% from 255) = 38.71%

 GREEN value IS 14 (5.86% from 255) = 22.58%

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 38.71%
G = 22.58%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#180E18 (or 0x180E18) is known color: Mardi Gras. HEX triplet: 18, 0E and 18. RGB value is (24,14,24). Sum of RGB (Red+Green+Blue) = 24+14+24=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E18 is #E7F1E7. Grayscale: #121212. Windows color (decimal): -15200744 or 1576472. OLE color: 1576472.

HSL color Cylindrical-coordinate representation of color #180E18: hue angle of 300º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E18 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 14 24 -
CMYK 0 0.42 0 0.91
HSL 300º 0.26% 0.07% -
HSV(B) 300º 0.42% 0.09% -
XYZ 0.7 0.57 0.94 -
YUV 18.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 24 14 24 0 0.42 0 0.91 300 0.26 0.07
Hex 18 E 18 0 2A 0 5B 12C 1A 7
Octal 30 16 30 0 52 0 133 454 32 7
Binary 11000 1110 11000 0 101010 0 1011011 100101100 11010 111

Color Harmonies of #180E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E18

Black with #180E18

Text Example


Text Example

White with #180E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180E18; }

 p { color: rgb(24,14,24); }

 H1.HeaderClassName
 {
   color: #180E18;
 }
 .AnyTagClassName
 {
   color: #180E18;
 }
</style>

background-color css

<style>
 a { background-color: #180E18; }

 a { background-color: rgb(24,14,24); }

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

border-color css

<style>
 span { border-color: #180E18; }

 span { border-color: rgb(24,14,24); }

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