#160B14

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

Shades of Melanzane #160B14

Tints of Melanzane #160B14

Color information

#160B14 (or 0x160B14) is unknown color: approx Melanzane. HEX triplet: 16, 0B and 14. RGB value is (22,11,20). Sum of RGB (Red+Green+Blue) = 22+11+20=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 22 - color contains mainly: red. Hex color #160B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B14 is #E9F4EB. Grayscale: #0F0F0F. Windows color (decimal): -15332588 or 1313558. OLE color: 1313558.

HSL color Cylindrical-coordinate representation of color #160B14: hue angle of 310.91º 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 #160B14 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB221120-
CMYK00.50.090.91
HSL310.91º33.33%6.47%-
HSV(B)310.91º50%8.63%-
XYZ0.580.460.72-
YUV15.32130.64132.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=41.51%
G=20.75%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22112000.50.090.91310.9133.336.47
Hex16B1403295B137216
Octal26132406211133467416
Binary10110101110100011001010011011011100110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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