#160616

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

Shades of Mardi Gras #160616

Tints of Mardi Gras #160616

Color information

#160616 (or 0x160616) is unknown color: approx Mardi Gras. HEX triplet: 16, 06 and 16. RGB value is (22,6,22). Sum of RGB (Red+Green+Blue) = 22+6+22=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #160616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160616 is #E9F9E9. Grayscale: #0C0C0C. Windows color (decimal): -15333866 or 1443350. OLE color: 1443350.

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

Color convert

RGB22622-
CMYK00.7300.91
HSL300º57.14%5.49%-
HSV(B)300º72.73%8.63%-
XYZ0.540.360.8-
YUV12.61133.3134.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 22 (8.98% from 255) = 44%
R=44%
G=12%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2262200.7300.9130057.145.49
Hex1661604905B12c395
Octal2662601110133454715
Binary10110110101100100100101011011100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160616; }

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

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

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

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

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

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

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

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