Shades of Melanzane #190312
Tints of Melanzane #190312
RGB
CMYK
RGB Variations
Color information
#190312 (or 0x190312) is known color: Melanzane. HEX triplet: 19, 03 and 12. RGB value is (25,3,18). Sum of RGB (Red+Green+Blue) = 25+3+18=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190312 is #E6FCED. Grayscale: #0B0B0B. Windows color (decimal): -15138030 or 1180441. OLE color: 1180441.
HSL color Cylindrical-coordinate representation of color #190312: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190312 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 18 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.90 |
| HSL | 319.09º | 0.79% | 0.05% | - |
| HSV(B) | 319.09º | 0.88% | 0.1% | - |
| XYZ | 0.54 | 0.32 | 0.6 | - |
| YUV | 11.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 18 | 0 | 0.88 | 0.28 | 0.90 | 319.09 | 0.79 | 0.05 |
| Hex | 19 | 3 | 12 | 0 | 58 | 1C | 5A | 13F | 4F | 5 |
| Octal | 31 | 3 | 22 | 0 | 130 | 34 | 132 | 477 | 117 | 5 |
| Binary | 11001 | 11 | 10010 | 0 | 1011000 | 11100 | 1011010 | 100111111 | 1001111 | 101 |
Color Harmonies of #190312
Complementary color
Monochromatic Colors of #190312
Black with #190312
Text Example
Text Example
White with #190312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190312; }
p { color: rgb(25,3,18); }
H1.HeaderClassName
{
color: #190312;
}
.AnyTagClassName
{
color: #190312;
}
</style>
background-color css
<style>
a { background-color: #190312; }
a { background-color: rgb(25,3,18); }
div.DivClassName
{
background-color: #190312;
}
.BgClassName
{
background-color: #190312;
}
</style>
border-color css
<style>
span { border-color: #190312; }
span { border-color: rgb(25,3,18); }
td.TdClassName
{
border-color: #190312;
}
.TagClassName
{
border-color: #190312;
}
</style>