#161115

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

Shades of Melanzane #161115

Tints of Melanzane #161115

Color information

#161115 (or 0x161115) is unknown color: approx Melanzane. HEX triplet: 16, 11 and 15. RGB value is (22,17,21). Sum of RGB (Red+Green+Blue) = 22+17+21=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161115 is #E9EEEA. Grayscale: #121212. Windows color (decimal): -15331051 or 1380630. OLE color: 1380630.

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

Color convert

RGB221721-
CMYK00.230.050.91
HSL312º12.82%7.65%-
HSV(B)312º22.73%8.63%-
XYZ0.670.630.8-
YUV18.95129.16130.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 21 (8.59% from 255) = 35%
R=36.67%
G=28.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22172100.230.050.9131212.827.65
Hex16111501755B138d8
Octal26212502751334701510
Binary101101000110101010111101101101110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161115; }

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

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

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

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

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

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

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

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