Shades of Melanzane #190715
Tints of Melanzane #190715
RGB
CMYK
RGB Variations
Color information
#190715 (or 0x190715) is known color: Melanzane. HEX triplet: 19, 07 and 15. RGB value is (25,7,21). Sum of RGB (Red+Green+Blue) = 25+7+21=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190715 is #E6F8EA. Grayscale: #0D0D0D. Windows color (decimal): -15137003 or 1378073. OLE color: 1378073.
HSL color Cylindrical-coordinate representation of color #190715: hue angle of 313.33º 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 #190715 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 21 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.90 |
| HSL | 313.33º | 0.56% | 0.06% | - |
| HSV(B) | 313.33º | 0.72% | 0.1% | - |
| XYZ | 0.61 | 0.41 | 0.76 | - |
| YUV | 13.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 21 | 0 | 0.72 | 0.16 | 0.90 | 313.33 | 0.56 | 0.06 |
| Hex | 19 | 7 | 15 | 0 | 48 | 10 | 5A | 139 | 38 | 6 |
| Octal | 31 | 7 | 25 | 0 | 110 | 20 | 132 | 471 | 70 | 6 |
| Binary | 11001 | 111 | 10101 | 0 | 1001000 | 10000 | 1011010 | 100111001 | 111000 | 110 |
Color Harmonies of #190715
Complementary color
Monochromatic Colors of #190715
Black with #190715
Text Example
Text Example
White with #190715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190715; }
p { color: rgb(25,7,21); }
H1.HeaderClassName
{
color: #190715;
}
.AnyTagClassName
{
color: #190715;
}
</style>
background-color css
<style>
a { background-color: #190715; }
a { background-color: rgb(25,7,21); }
div.DivClassName
{
background-color: #190715;
}
.BgClassName
{
background-color: #190715;
}
</style>
border-color css
<style>
span { border-color: #190715; }
span { border-color: rgb(25,7,21); }
td.TdClassName
{
border-color: #190715;
}
.TagClassName
{
border-color: #190715;
}
</style>