#160E13

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

Shades of Melanzane #160E13

Tints of Melanzane #160E13

Color information

#160E13 (or 0x160E13) is unknown color: approx Melanzane. HEX triplet: 16, 0E and 13. RGB value is (22,14,19). Sum of RGB (Red+Green+Blue) = 22+14+19=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 22 - color contains mainly: red. Hex color #160E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160E13 is #E9F1EC. Grayscale: #101010. Windows color (decimal): -15331821 or 1248790. OLE color: 1248790.

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

Color convert

RGB221419-
CMYK00.360.140.91
HSL322.5º22.22%7.06%-
HSV(B)322.5º36.36%8.63%-
XYZ0.610.530.69-
YUV16.96129.15131.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=40%
G=25.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22141900.360.140.91322.522.227.06
Hex16E13024E5B142167
Octal26162304416133502267
Binary1011011101001101001001110101101110100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,14,19); }

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

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

 a { background-color: rgb(22,14,19); }

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

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

 span { border-color: rgb(22,14,19); }

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