#160013

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

Shades of Mardi Gras #160013

Tints of Mardi Gras #160013

Color information

#160013 (or 0x160013) is unknown color: approx Mardi Gras. HEX triplet: 16, 00 and 13. RGB value is (22,0,19). Sum of RGB (Red+Green+Blue) = 22+0+19=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #160013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160013 is #E9FFEC. Grayscale: #080808. Windows color (decimal): -15335405 or 1245206. OLE color: 1245206.

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

Color convert

RGB22019-
CMYK010.140.91
HSL308.18º100%4.31%-
HSV(B)308.18º100%8.63%-
XYZ0.450.220.63-
YUV8.74133.79137.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 53.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=53.66%
G=0%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22019010.140.91308.181004.31
Hex16013064E5B134644
Octal260230144161334641444
Binary1011001001101100100111010110111001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160013; }

 p { color: rgb(22,0,19); }

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

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

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

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

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

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

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