#160416

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

Shades of Mardi Gras #160416

Tints of Mardi Gras #160416

Color information

#160416 (or 0x160416) is unknown color: approx Mardi Gras. HEX triplet: 16, 04 and 16. RGB value is (22,4,22). Sum of RGB (Red+Green+Blue) = 22+4+22=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #160416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160416 is #E9FBE9. Grayscale: #0B0B0B. Windows color (decimal): -15334378 or 1442838. OLE color: 1442838.

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

Color convert

RGB22422-
CMYK00.8200.91
HSL300º69.23%5.1%-
HSV(B)300º81.82%8.63%-
XYZ0.520.320.79-
YUV11.43133.96135.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=45.83%
G=8.33%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2242200.8200.9130069.235.1
Hex1641605205B12c455
Octal26426012201334541055
Binary101101001011001010010010110111001011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160416; }

 p { color: rgb(22,4,22); }

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

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

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

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

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

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

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