#160B13

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

Shades of Melanzane #160B13

Tints of Melanzane #160B13

Color information

#160B13 (or 0x160B13) is unknown color: approx Melanzane. HEX triplet: 16, 0B and 13. RGB value is (22,11,19). Sum of RGB (Red+Green+Blue) = 22+11+19=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 22 - color contains mainly: red. Hex color #160B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B13 is #E9F4EC. Grayscale: #0F0F0F. Windows color (decimal): -15332589 or 1248022. OLE color: 1248022.

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

Color convert

RGB221119-
CMYK00.50.140.91
HSL316.36º33.33%6.47%-
HSV(B)316.36º50%8.63%-
XYZ0.570.460.67-
YUV15.2130.14132.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=42.31%
G=21.15%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22111900.50.140.91316.3633.336.47
Hex16B13032E5B13c216
Octal26132306216133474416
Binary10110101110011011001011101011011100111100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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