Shades of Melanzane #160B13
Tints of Melanzane #160B13
RGB
CMYK
RGB Variations
Color information
#160B13 (or 0x160B13) is known color: 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
| RGB | 22 | 11 | 19 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.91 |
| HSL | 316.36º | 0.33% | 0.06% | - |
| HSV(B) | 316.36º | 0.5% | 0.09% | - |
| XYZ | 0.57 | 0.46 | 0.67 | - |
| YUV | 15.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 19 | 0 | 0.5 | 0.14 | 0.91 | 316.36 | 0.33 | 0.06 |
| Hex | 16 | B | 13 | 0 | 32 | E | 5B | 13C | 21 | 6 |
| Octal | 26 | 13 | 23 | 0 | 62 | 16 | 133 | 474 | 41 | 6 |
| Binary | 10110 | 1011 | 10011 | 0 | 110010 | 1110 | 1011011 | 100111100 | 100001 | 110 |
Color Harmonies of #160B13
Complementary color
Monochromatic Colors of #160B13
Black with #160B13
Text Example
Text Example
White with #160B13
Text Example
Text Example
HTML Codes & Css Web 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>