#160A12

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

Shades of Melanzane #160A12

Tints of Melanzane #160A12

Color information

#160A12 (or 0x160A12) is unknown color: approx Melanzane. HEX triplet: 16, 0A and 12. RGB value is (22,10,18). Sum of RGB (Red+Green+Blue) = 22+10+18=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #160A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A12 is #E9F5ED. Grayscale: #0E0E0E. Windows color (decimal): -15332846 or 1182230. OLE color: 1182230.

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

Color convert

RGB221018-
CMYK00.550.180.91
HSL320º37.5%6.27%-
HSV(B)320º54.55%8.63%-
XYZ0.550.430.63-
YUV14.5129.98133.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 10 (4.30% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 36%
R=44%
G=20%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22101800.550.180.9132037.56.27
Hex16A12037125B140266
Octal26122206722133500466
Binary101101010100100110111100101011011101000000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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