#180D18

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

Shades of Mardi Gras #180D18

Tints of Mardi Gras #180D18

Color information

#180D18 (or 0x180D18) is unknown color: approx Mardi Gras. HEX triplet: 18, 0D and 18. RGB value is (24,13,24). Sum of RGB (Red+Green+Blue) = 24+13+24=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D18 is #E7F2E7. Grayscale: #111111. Windows color (decimal): -15201000 or 1576216. OLE color: 1576216.

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

Color convert

RGB241324-
CMYK00.4600.91
HSL300º29.73%7.25%-
HSV(B)300º45.83%9.41%-
XYZ0.690.550.93-
YUV17.54131.64132.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=39.34%
G=21.31%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24132400.4600.9130029.737.25
Hex18D1802E05B12c1e7
Octal3015300560133454367
Binary1100011011100001011100101101110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180D18;
 }
 .AnyTagClassName
 {
   color: #180D18;
 }
</style>
background-color css

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

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

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

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

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

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