#160215

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

Shades of Mardi Gras #160215

Tints of Mardi Gras #160215

Color information

#160215 (or 0x160215) is unknown color: approx Mardi Gras. HEX triplet: 16, 02 and 15. RGB value is (22,2,21). Sum of RGB (Red+Green+Blue) = 22+2+21=45 (5% of max value = 765). Red value is 22 (8.98% from 255 or 48.89% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 22 - color contains mainly: red. Hex color #160215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160215 is #E9FDEA. Grayscale: #0A0A0A. Windows color (decimal): -15334891 or 1376790. OLE color: 1376790.

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

Color convert

RGB22221-
CMYK00.910.050.91
HSL303º83.33%4.71%-
HSV(B)303º90.91%8.63%-
XYZ0.490.270.74-
YUV10.15134.13136.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 48.89%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=48.89%
G=4.44%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2222100.910.050.9130383.334.71
Hex1621505B55B12f535
Octal26225013351334571235
Binary1011010101010101101110110110111001011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160215; }

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

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

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

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

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

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

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

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