Shades of Melanzane #13050E
Tints of Melanzane #13050E
RGB
CMYK
RGB Variations
Color information
#13050E (or 0x13050E) is known color: Melanzane. HEX triplet: 13, 05 and 0E. RGB value is (19,5,14). Sum of RGB (Red+Green+Blue) = 19+5+14=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050E is #ECFAF1. Grayscale: #0A0A0A. Windows color (decimal): -15530738 or 918803. OLE color: 918803.
HSL color Cylindrical-coordinate representation of color #13050E: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13050E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 14 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.93 |
| HSL | 321.43º | 0.58% | 0.05% | - |
| HSV(B) | 321.43º | 0.74% | 0.07% | - |
| XYZ | 0.4 | 0.28 | 0.45 | - |
| YUV | 10.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 14 | 0 | 0.74 | 0.26 | 0.93 | 321.43 | 0.58 | 0.05 |
| Hex | 13 | 5 | E | 0 | 4A | 1A | 5D | 141 | 3A | 5 |
| Octal | 23 | 5 | 16 | 0 | 112 | 32 | 135 | 501 | 72 | 5 |
| Binary | 10011 | 101 | 1110 | 0 | 1001010 | 11010 | 1011101 | 101000001 | 111010 | 101 |
Color Harmonies of #13050E
Complementary color
Monochromatic Colors of #13050E
Black with #13050E
Text Example
Text Example
White with #13050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13050E; }
p { color: rgb(19,5,14); }
H1.HeaderClassName
{
color: #13050E;
}
.AnyTagClassName
{
color: #13050E;
}
</style>
background-color css
<style>
a { background-color: #13050E; }
a { background-color: rgb(19,5,14); }
div.DivClassName
{
background-color: #13050E;
}
.BgClassName
{
background-color: #13050E;
}
</style>
border-color css
<style>
span { border-color: #13050E; }
span { border-color: rgb(19,5,14); }
td.TdClassName
{
border-color: #13050E;
}
.TagClassName
{
border-color: #13050E;
}
</style>