Shades of Melanzane #190F16
Tints of Melanzane #190F16
RGB
CMYK
RGB Variations
Color information
#190F16 (or 0x190F16) is known color: Melanzane. HEX triplet: 19, 0F and 16. RGB value is (25,15,22). Sum of RGB (Red+Green+Blue) = 25+15+22=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 25 - color contains mainly: red. Hex color #190F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F16 is #E6F0E9. Grayscale: #121212. Windows color (decimal): -15134954 or 1445657. OLE color: 1445657.
HSL color Cylindrical-coordinate representation of color #190F16: hue angle of 318º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #190F16 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 15 | 22 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.90 |
| HSL | 318º | 0.25% | 0.08% | - |
| HSV(B) | 318º | 0.4% | 0.1% | - |
| XYZ | 0.72 | 0.61 | 0.84 | - |
| YUV | 18.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 22 | 0 | 0.40 | 0.12 | 0.90 | 318 | 0.25 | 0.08 |
| Hex | 19 | F | 16 | 0 | 28 | C | 5A | 13E | 19 | 8 |
| Octal | 31 | 17 | 26 | 0 | 50 | 14 | 132 | 476 | 31 | 10 |
| Binary | 11001 | 1111 | 10110 | 0 | 101000 | 1100 | 1011010 | 100111110 | 11001 | 1000 |
Color Harmonies of #190F16
Complementary color
Monochromatic Colors of #190F16
Black with #190F16
Text Example
Text Example
White with #190F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F16; }
p { color: rgb(25,15,22); }
H1.HeaderClassName
{
color: #190F16;
}
.AnyTagClassName
{
color: #190F16;
}
</style>
background-color css
<style>
a { background-color: #190F16; }
a { background-color: rgb(25,15,22); }
div.DivClassName
{
background-color: #190F16;
}
.BgClassName
{
background-color: #190F16;
}
</style>
border-color css
<style>
span { border-color: #190F16; }
span { border-color: rgb(25,15,22); }
td.TdClassName
{
border-color: #190F16;
}
.TagClassName
{
border-color: #190F16;
}
</style>