Shades of Melanzane #160F13
Tints of Melanzane #160F13
RGB
CMYK
RGB Variations
Color information
#160F13 (or 0x160F13) is known color: 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
| RGB | 22 | 15 | 19 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.91 |
| HSL | 325.71º | 0.19% | 0.07% | - |
| HSV(B) | 325.71º | 0.32% | 0.09% | - |
| XYZ | 0.62 | 0.56 | 0.69 | - |
| YUV | 17.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 19 | 0 | 0.32 | 0.14 | 0.91 | 325.71 | 0.19 | 0.07 |
| Hex | 16 | F | 13 | 0 | 20 | E | 5B | 146 | 13 | 7 |
| Octal | 26 | 17 | 23 | 0 | 40 | 16 | 133 | 506 | 23 | 7 |
| Binary | 10110 | 1111 | 10011 | 0 | 100000 | 1110 | 1011011 | 101000110 | 10011 | 111 |
Color Harmonies of #160F13
Complementary color
Monochromatic Colors of #160F13
Black with #160F13
Text Example
Text Example
White with #160F13
Text Example
Text Example
HTML Codes & Css Web 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>