Shades of Melanzane #190613
Tints of Melanzane #190613
RGB
CMYK
RGB Variations
Color information
#190613 (or 0x190613) is known color: Melanzane. HEX triplet: 19, 06 and 13. RGB value is (25,6,19). Sum of RGB (Red+Green+Blue) = 25+6+19=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190613 is #E6F9EC. Grayscale: #0D0D0D. Windows color (decimal): -15137261 or 1246745. OLE color: 1246745.
HSL color Cylindrical-coordinate representation of color #190613: hue angle of 318.95º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190613 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 19 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.90 |
| HSL | 318.95º | 0.61% | 0.06% | - |
| HSV(B) | 318.95º | 0.76% | 0.1% | - |
| XYZ | 0.58 | 0.38 | 0.66 | - |
| YUV | 13.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 19 | 0 | 0.76 | 0.24 | 0.90 | 318.95 | 0.61 | 0.06 |
| Hex | 19 | 6 | 13 | 0 | 4C | 18 | 5A | 13F | 3D | 6 |
| Octal | 31 | 6 | 23 | 0 | 114 | 30 | 132 | 477 | 75 | 6 |
| Binary | 11001 | 110 | 10011 | 0 | 1001100 | 11000 | 1011010 | 100111111 | 111101 | 110 |
Color Harmonies of #190613
Complementary color
Monochromatic Colors of #190613
Black with #190613
Text Example
Text Example
White with #190613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190613; }
p { color: rgb(25,6,19); }
H1.HeaderClassName
{
color: #190613;
}
.AnyTagClassName
{
color: #190613;
}
</style>
background-color css
<style>
a { background-color: #190613; }
a { background-color: rgb(25,6,19); }
div.DivClassName
{
background-color: #190613;
}
.BgClassName
{
background-color: #190613;
}
</style>
border-color css
<style>
span { border-color: #190613; }
span { border-color: rgb(25,6,19); }
td.TdClassName
{
border-color: #190613;
}
.TagClassName
{
border-color: #190613;
}
</style>