#180B18

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

Shades of Mardi Gras #180B18

Tints of Mardi Gras #180B18

Color information

#180B18 (or 0x180B18) is unknown color: approx Mardi Gras. HEX triplet: 18, 0B and 18. RGB value is (24,11,24). Sum of RGB (Red+Green+Blue) = 24+11+24=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B18 is #E7F4E7. Grayscale: #101010. Windows color (decimal): -15201512 or 1575704. OLE color: 1575704.

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

Color convert

RGB241124-
CMYK00.5400.91
HSL300º37.14%6.86%-
HSV(B)300º54.17%9.41%-
XYZ0.660.50.93-
YUV16.37132.31133.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=40.68%
G=18.64%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24112400.5400.9130037.146.86
Hex18B1803605B12c257
Octal3013300660133454457
Binary11000101111000011011001011011100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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