Shades of Melanzane #190713
Tints of Melanzane #190713
RGB
CMYK
RGB Variations
Color information
#190713 (or 0x190713) is known color: Melanzane. HEX triplet: 19, 07 and 13. RGB value is (25,7,19). Sum of RGB (Red+Green+Blue) = 25+7+19=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190713 is #E6F8EC. Grayscale: #0D0D0D. Windows color (decimal): -15137005 or 1247001. OLE color: 1247001.
HSL color Cylindrical-coordinate representation of color #190713: hue angle of 320º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190713 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 19 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.90 |
| HSL | 320º | 0.56% | 0.06% | - |
| HSV(B) | 320º | 0.72% | 0.1% | - |
| XYZ | 0.59 | 0.41 | 0.66 | - |
| YUV | 13.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 19 | 0 | 0.72 | 0.24 | 0.90 | 320 | 0.56 | 0.06 |
| Hex | 19 | 7 | 13 | 0 | 48 | 18 | 5A | 140 | 38 | 6 |
| Octal | 31 | 7 | 23 | 0 | 110 | 30 | 132 | 500 | 70 | 6 |
| Binary | 11001 | 111 | 10011 | 0 | 1001000 | 11000 | 1011010 | 101000000 | 111000 | 110 |
Color Harmonies of #190713
Complementary color
Monochromatic Colors of #190713
Black with #190713
Text Example
Text Example
White with #190713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190713; }
p { color: rgb(25,7,19); }
H1.HeaderClassName
{
color: #190713;
}
.AnyTagClassName
{
color: #190713;
}
</style>
background-color css
<style>
a { background-color: #190713; }
a { background-color: rgb(25,7,19); }
div.DivClassName
{
background-color: #190713;
}
.BgClassName
{
background-color: #190713;
}
</style>
border-color css
<style>
span { border-color: #190713; }
span { border-color: rgb(25,7,19); }
td.TdClassName
{
border-color: #190713;
}
.TagClassName
{
border-color: #190713;
}
</style>