#160A15

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

Shades of Mardi Gras #160A15

Tints of Mardi Gras #160A15

Color information

#160A15 (or 0x160A15) is unknown color: approx Mardi Gras. HEX triplet: 16, 0A and 15. RGB value is (22,10,21). Sum of RGB (Red+Green+Blue) = 22+10+21=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 22 - color contains mainly: red. Hex color #160A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A15 is #E9F5EA. Grayscale: #0E0E0E. Windows color (decimal): -15332843 or 1378838. OLE color: 1378838.

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

Color convert

RGB221021-
CMYK00.550.050.91
HSL305º37.5%6.27%-
HSV(B)305º54.55%8.63%-
XYZ0.570.440.76-
YUV14.84131.48133.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=41.51%
G=18.87%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22102100.550.050.9130537.56.27
Hex16A1503755B131266
Octal2612250675133461466
Binary1011010101010101101111011011011100110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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