Shades of Melanzane #190313
Tints of Melanzane #190313
RGB
CMYK
RGB Variations
Color information
#190313 (or 0x190313) is known color: Melanzane. HEX triplet: 19, 03 and 13. RGB value is (25,3,19). Sum of RGB (Red+Green+Blue) = 25+3+19=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190313 is #E6FCEC. Grayscale: #0B0B0B. Windows color (decimal): -15138029 or 1245977. OLE color: 1245977.
HSL color Cylindrical-coordinate representation of color #190313: hue angle of 316.36º 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 #190313 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 19 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.90 |
| HSL | 316.36º | 0.79% | 0.05% | - |
| HSV(B) | 316.36º | 0.88% | 0.1% | - |
| XYZ | 0.55 | 0.32 | 0.65 | - |
| YUV | 11.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 19 | 0 | 0.88 | 0.24 | 0.90 | 316.36 | 0.79 | 0.05 |
| Hex | 19 | 3 | 13 | 0 | 58 | 18 | 5A | 13C | 4F | 5 |
| Octal | 31 | 3 | 23 | 0 | 130 | 30 | 132 | 474 | 117 | 5 |
| Binary | 11001 | 11 | 10011 | 0 | 1011000 | 11000 | 1011010 | 100111100 | 1001111 | 101 |
Color Harmonies of #190313
Complementary color
Monochromatic Colors of #190313
Black with #190313
Text Example
Text Example
White with #190313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190313; }
p { color: rgb(25,3,19); }
H1.HeaderClassName
{
color: #190313;
}
.AnyTagClassName
{
color: #190313;
}
</style>
background-color css
<style>
a { background-color: #190313; }
a { background-color: rgb(25,3,19); }
div.DivClassName
{
background-color: #190313;
}
.BgClassName
{
background-color: #190313;
}
</style>
border-color css
<style>
span { border-color: #190313; }
span { border-color: rgb(25,3,19); }
td.TdClassName
{
border-color: #190313;
}
.TagClassName
{
border-color: #190313;
}
</style>