#180C18

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

Shades of Mardi Gras #180C18

Tints of Mardi Gras #180C18

Color information

#180C18 (or 0x180C18) is unknown color: approx Mardi Gras. HEX triplet: 18, 0C and 18. RGB value is (24,12,24). Sum of RGB (Red+Green+Blue) = 24+12+24=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C18 is #E7F3E7. Grayscale: #101010. Windows color (decimal): -15201256 or 1575960. OLE color: 1575960.

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

Color convert

RGB241224-
CMYK00.5000.91
HSL300º33.33%7.06%-
HSV(B)300º50%9.41%-
XYZ0.670.520.93-
YUV16.96131.98133.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24122400.5000.9130033.337.06
Hex18C1803205B12c217
Octal3014300620133454417
Binary11000110011000011001001011011100101100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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