#181218

Color #181218 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #181218

Tints of Mardi Gras #181218

Color information

#181218 (or 0x181218) is unknown color: approx 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

RGB241824-
CMYK00.2500.91
HSL300º14.29%8.24%-
HSV(B)300º25%9.41%-
XYZ0.760.690.96-
YUV20.48129.99130.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24182400.2500.9130014.298.24
Hex18121801905B12ce8
Octal30223003101334541610
Binary1100010010110000110010101101110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>