#180916

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

Shades of Mardi Gras #180916

Tints of Mardi Gras #180916

Color information

#180916 (or 0x180916) is unknown color: approx Mardi Gras. HEX triplet: 18, 09 and 16. RGB value is (24,9,22). Sum of RGB (Red+Green+Blue) = 24+9+22=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180916 is #E7F6E9. Grayscale: #0E0E0E. Windows color (decimal): -15202026 or 1444120. OLE color: 1444120.

HSL color Cylindrical-coordinate representation of color #180916: hue angle of 308º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180916 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB24922-
CMYK00.630.080.91
HSL308º45.45%6.47%-
HSV(B)308º62.5%9.41%-
XYZ0.620.450.81-
YUV14.97131.97134.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 22 (8.98% from 255) = 40%
R=43.64%
G=16.36%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2492200.630.080.9130845.456.47
Hex1891603F85B1342d6
Octal30112607710133464556
Binary11000100110110011111110001011011100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180916; }

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

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

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

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

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

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

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

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