#160212

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

Shades of Melanzane #160212

Tints of Melanzane #160212

Color information

#160212 (or 0x160212) is unknown color: approx Melanzane. HEX triplet: 16, 02 and 12. RGB value is (22,2,18). Sum of RGB (Red+Green+Blue) = 22+2+18=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #160212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160212 is #E9FDED. Grayscale: #090909. Windows color (decimal): -15334894 or 1180182. OLE color: 1180182.

HSL color Cylindrical-coordinate representation of color #160212: hue angle of 312º 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 #160212 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB22218-
CMYK00.910.180.91
HSL312º83.33%4.71%-
HSV(B)312º90.91%8.63%-
XYZ0.460.260.6-
YUV9.8132.63136.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 52.38%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2221800.910.180.9131283.334.71
Hex1621205B125B138535
Octal262220133221334701235
Binary101101010010010110111001010110111001110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160212; }

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

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

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

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

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

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

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

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