#160011

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

Shades of Melanzane #160011

Tints of Melanzane #160011

Color information

#160011 (or 0x160011) is unknown color: approx Melanzane. HEX triplet: 16, 00 and 11. RGB value is (22,0,17). Sum of RGB (Red+Green+Blue) = 22+0+17=39 (5% of max value = 765). Red value is 22 (8.98% from 255 or 56.41% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 22 - color contains mainly: red. Hex color #160011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160011 is #E9FFEE. Grayscale: #080808. Windows color (decimal): -15335407 or 1114134. OLE color: 1114134.

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

Color convert

RGB22017-
CMYK010.230.91
HSL313.64º100%4.31%-
HSV(B)313.64º100%8.63%-
XYZ0.430.210.55-
YUV8.52132.79137.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 56.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=56.41%
G=0%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22017010.230.91313.641004.31
Hex16011064175B13a644
Octal260210144271334721444
Binary10110010001011001001011110110111001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160011; }

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

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

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

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

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

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

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

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