#160B15

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

Shades of Mardi Gras #160B15

Tints of Mardi Gras #160B15

Color information

#160B15 (or 0x160B15) is unknown color: approx Mardi Gras. HEX triplet: 16, 0B and 15. RGB value is (22,11,21). Sum of RGB (Red+Green+Blue) = 22+11+21=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 22 - color contains mainly: red. Hex color #160B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B15 is #E9F4EA. Grayscale: #0F0F0F. Windows color (decimal): -15332587 or 1379094. OLE color: 1379094.

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

Color convert

RGB221121-
CMYK00.50.050.91
HSL305.45º33.33%6.47%-
HSV(B)305.45º50%8.63%-
XYZ0.590.460.77-
YUV15.43131.14132.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=40.74%
G=20.37%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22112100.50.050.91305.4533.336.47
Hex16B1503255B131216
Octal2613250625133461416
Binary1011010111010101100101011011011100110001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B15; }

 p { color: rgb(22,11,21); }

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

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

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

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

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

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

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