#160F13

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

Shades of Melanzane #160F13

Tints of Melanzane #160F13

Color information

#160F13 (or 0x160F13) is unknown color: approx Melanzane. HEX triplet: 16, 0F and 13. RGB value is (22,15,19). Sum of RGB (Red+Green+Blue) = 22+15+19=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 22 - color contains mainly: red. Hex color #160F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160F13 is #E9F0EC. Grayscale: #111111. Windows color (decimal): -15331565 or 1249046. OLE color: 1249046.

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

Color convert

RGB221519-
CMYK00.320.140.91
HSL325.71º18.92%7.25%-
HSV(B)325.71º31.82%8.63%-
XYZ0.620.560.69-
YUV17.55128.82131.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=39.29%
G=26.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22151900.320.140.91325.7118.927.25
Hex16F13020E5B146137
Octal26172304016133506237
Binary1011011111001101000001110101101110100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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