#160A11

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

Shades of Melanzane #160A11

Tints of Melanzane #160A11

Color information

#160A11 (or 0x160A11) is unknown color: approx Melanzane. HEX triplet: 16, 0A and 11. RGB value is (22,10,17). Sum of RGB (Red+Green+Blue) = 22+10+17=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 22 - color contains mainly: red. Hex color #160A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A11 is #E9F5EE. Grayscale: #0E0E0E. Windows color (decimal): -15332847 or 1116694. OLE color: 1116694.

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

Color convert

RGB221017-
CMYK00.550.230.91
HSL325º37.5%6.27%-
HSV(B)325º54.55%8.63%-
XYZ0.540.430.58-
YUV14.39129.48133.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=44.90%
G=20.41%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22101700.550.230.9132537.56.27
Hex16A11037175B145266
Octal26122106727133505466
Binary101101010100010110111101111011011101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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