Shades of Melanzane #190114
Tints of Melanzane #190114
RGB
CMYK
RGB Variations
Color information
#190114 (or 0x190114) is known color: Melanzane. HEX triplet: 19, 01 and 14. RGB value is (25,1,20). Sum of RGB (Red+Green+Blue) = 25+1+20=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190114 is #E6FEEB. Grayscale: #0A0A0A. Windows color (decimal): -15138540 or 1311001. OLE color: 1311001.
HSL color Cylindrical-coordinate representation of color #190114: hue angle of 312.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190114 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 20 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.90 |
| HSL | 312.5º | 0.92% | 0.05% | - |
| HSV(B) | 312.5º | 0.96% | 0.1% | - |
| XYZ | 0.54 | 0.28 | 0.69 | - |
| YUV | 10.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 20 | 0 | 0.96 | 0.20 | 0.90 | 312.5 | 0.92 | 0.05 |
| Hex | 19 | 1 | 14 | 0 | 60 | 14 | 5A | 138 | 5C | 5 |
| Octal | 31 | 1 | 24 | 0 | 140 | 24 | 132 | 470 | 134 | 5 |
| Binary | 11001 | 1 | 10100 | 0 | 1100000 | 10100 | 1011010 | 100111000 | 1011100 | 101 |
Color Harmonies of #190114
Complementary color
Monochromatic Colors of #190114
Black with #190114
Text Example
Text Example
White with #190114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190114; }
p { color: rgb(25,1,20); }
H1.HeaderClassName
{
color: #190114;
}
.AnyTagClassName
{
color: #190114;
}
</style>
background-color css
<style>
a { background-color: #190114; }
a { background-color: rgb(25,1,20); }
div.DivClassName
{
background-color: #190114;
}
.BgClassName
{
background-color: #190114;
}
</style>
border-color css
<style>
span { border-color: #190114; }
span { border-color: rgb(25,1,20); }
td.TdClassName
{
border-color: #190114;
}
.TagClassName
{
border-color: #190114;
}
</style>