#161014

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

Shades of Melanzane #161014

Tints of Melanzane #161014

Color information

#161014 (or 0x161014) is unknown color: approx Melanzane. HEX triplet: 16, 10 and 14. RGB value is (22,16,20). Sum of RGB (Red+Green+Blue) = 22+16+20=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 22 - color contains mainly: red. Hex color #161014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161014 is #E9EFEB. Grayscale: #121212. Windows color (decimal): -15331308 or 1314838. OLE color: 1314838.

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

Color convert

RGB221620-
CMYK00.270.090.91
HSL320º15.79%7.45%-
HSV(B)320º27.27%8.63%-
XYZ0.640.590.74-
YUV18.25128.99130.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22162000.270.090.9132015.797.45
Hex16101401B95B140107
Octal26202403311133500207
Binary1011010000101000110111001101101110100000010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161014; }

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

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

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

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

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

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

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

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