#180A18

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

Shades of Mardi Gras #180A18

Tints of Mardi Gras #180A18

Color information

#180A18 (or 0x180A18) is unknown color: approx Mardi Gras. HEX triplet: 18, 0A and 18. RGB value is (24,10,24). Sum of RGB (Red+Green+Blue) = 24+10+24=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A18 is #E7F5E7. Grayscale: #0F0F0F. Windows color (decimal): -15201768 or 1575448. OLE color: 1575448.

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

Color convert

RGB241024-
CMYK00.5800.91
HSL300º41.18%6.67%-
HSV(B)300º58.33%9.41%-
XYZ0.650.480.92-
YUV15.78132.64133.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 24 (9.77% from 255) = 41.38%
R=41.38%
G=17.24%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24102400.5800.9130041.186.67
Hex18A1803A05B12c297
Octal3012300720133454517
Binary11000101011000011101001011011100101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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