#161415

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

Shades of Melanzane #161415

Tints of Melanzane #161415

Color information

#161415 (or 0x161415) is unknown color: approx Melanzane. HEX triplet: 16, 14 and 15. RGB value is (22,20,21). Sum of RGB (Red+Green+Blue) = 22+20+21=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 22 - color contains mainly: red. Hex color #161415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161415 is #E9EBEA. Grayscale: #141414. Windows color (decimal): -15330283 or 1381398. OLE color: 1381398.

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

Color convert

RGB222021-
CMYK00.090.050.91
HSL330º4.76%8.24%-
HSV(B)330º9.09%8.63%-
XYZ0.720.730.81-
YUV20.71128.16128.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=34.92%
G=31.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22202100.090.050.913304.768.24
Hex1614150955B14a58
Octal2624250115133512510
Binary1011010100101010100110110110111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161415; }

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

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

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

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

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

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

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

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