Html Css Color HEX #181218 Mardi Gras

📋 copy color: '#181218'

red 24 ◦ green 18 ◦ blue 24

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

Shades of Mardi Gras #181218

Tints of Mardi Gras #181218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#181218 (or 0x181218) is known color: Mardi Gras. HEX triplet: 18, 12 and 18. RGB value is (24,18,24). Sum of RGB (Red+Green+Blue) = 24+18+24=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181218 is #E7EDE7. Grayscale: #141414. Windows color (decimal): -15199720 or 1577496. OLE color: 1577496.

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

Color convert

RGB 24 18 24 -
CMYK 0 0.25 0 0.91
HSL 300º 0.14% 0.08% -
HSV(B) 300º 0.25% 0.09% -
XYZ 0.76 0.69 0.96 -
YUV 20.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 24 18 24 0 0.25 0 0.91 300 0.14 0.08
Hex 18 12 18 0 19 0 5B 12C E 8
Octal 30 22 30 0 31 0 133 454 16 10
Binary 11000 10010 11000 0 11001 0 1011011 100101100 1110 1000

Color Harmonies of #181218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181218

Black with #181218

Text Example


Text Example

White with #181218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181218; }

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

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

background-color css

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

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

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

border-color css

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

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

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