#180A16

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

Shades of Mardi Gras #180A16

Tints of Mardi Gras #180A16

Color information

#180A16 (or 0x180A16) is unknown color: approx Mardi Gras. HEX triplet: 18, 0A and 16. RGB value is (24,10,22). Sum of RGB (Red+Green+Blue) = 24+10+22=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A16 is #E7F5E9. Grayscale: #0F0F0F. Windows color (decimal): -15201770 or 1444376. OLE color: 1444376.

HSL color Cylindrical-coordinate representation of color #180A16: hue angle of 308.57º 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 #180A16 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB241022-
CMYK00.580.080.91
HSL308.57º41.18%6.67%-
HSV(B)308.57º58.33%9.41%-
XYZ0.630.470.82-
YUV15.55131.64134.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=42.86%
G=17.86%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24102200.580.080.91308.5741.186.67
Hex18A1603A85B135297
Octal30122607210133465517
Binary11000101010110011101010001011011100110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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