Shades of Melanzane #190B16
Tints of Melanzane #190B16
RGB
CMYK
RGB Variations
Color information
#190B16 (or 0x190B16) is known color: Melanzane. HEX triplet: 19, 0B and 16. RGB value is (25,11,22). Sum of RGB (Red+Green+Blue) = 25+11+22=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B16 is #E6F4E9. Grayscale: #101010. Windows color (decimal): -15135978 or 1444633. OLE color: 1444633.
HSL color Cylindrical-coordinate representation of color #190B16: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190B16 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 22 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.90 |
| HSL | 312.86º | 0.39% | 0.07% | - |
| HSV(B) | 312.86º | 0.56% | 0.1% | - |
| XYZ | 0.67 | 0.5 | 0.82 | - |
| YUV | 16.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 22 | 0 | 0.56 | 0.12 | 0.90 | 312.86 | 0.39 | 0.07 |
| Hex | 19 | B | 16 | 0 | 38 | C | 5A | 139 | 27 | 7 |
| Octal | 31 | 13 | 26 | 0 | 70 | 14 | 132 | 471 | 47 | 7 |
| Binary | 11001 | 1011 | 10110 | 0 | 111000 | 1100 | 1011010 | 100111001 | 100111 | 111 |
Color Harmonies of #190B16
Complementary color
Monochromatic Colors of #190B16
Black with #190B16
Text Example
Text Example
White with #190B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B16; }
p { color: rgb(25,11,22); }
H1.HeaderClassName
{
color: #190B16;
}
.AnyTagClassName
{
color: #190B16;
}
</style>
background-color css
<style>
a { background-color: #190B16; }
a { background-color: rgb(25,11,22); }
div.DivClassName
{
background-color: #190B16;
}
.BgClassName
{
background-color: #190B16;
}
</style>
border-color css
<style>
span { border-color: #190B16; }
span { border-color: rgb(25,11,22); }
td.TdClassName
{
border-color: #190B16;
}
.TagClassName
{
border-color: #190B16;
}
</style>