Shades of Melanzane #13000E
Tints of Melanzane #13000E
RGB
CMYK
RGB Variations
Color information
#13000E (or 0x13000E) is known color: Melanzane. HEX triplet: 13, 00 and 0E. RGB value is (19,0,14). Sum of RGB (Red+Green+Blue) = 19+0+14=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000E is #ECFFF1. Grayscale: #070707. Windows color (decimal): -15532018 or 917523. OLE color: 917523.
HSL color Cylindrical-coordinate representation of color #13000E: hue angle of 315.79º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13000E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.26 | 0.93 |
| HSL | 315.79º | 1% | 0.04% | - |
| HSV(B) | 315.79º | 1% | 0.07% | - |
| XYZ | 0.35 | 0.17 | 0.43 | - |
| YUV | 7.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 14 | 0 | 1 | 0.26 | 0.93 | 315.79 | 1 | 0.04 |
| Hex | 13 | 0 | E | 0 | 64 | 1A | 5D | 13C | 64 | 4 |
| Octal | 23 | 0 | 16 | 0 | 144 | 32 | 135 | 474 | 144 | 4 |
| Binary | 10011 | 0 | 1110 | 0 | 1100100 | 11010 | 1011101 | 100111100 | 1100100 | 100 |
Color Harmonies of #13000E
Complementary color
Monochromatic Colors of #13000E
Black with #13000E
Text Example
Text Example
White with #13000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13000E; }
p { color: rgb(19,0,14); }
H1.HeaderClassName
{
color: #13000E;
}
.AnyTagClassName
{
color: #13000E;
}
</style>
background-color css
<style>
a { background-color: #13000E; }
a { background-color: rgb(19,0,14); }
div.DivClassName
{
background-color: #13000E;
}
.BgClassName
{
background-color: #13000E;
}
</style>
border-color css
<style>
span { border-color: #13000E; }
span { border-color: rgb(19,0,14); }
td.TdClassName
{
border-color: #13000E;
}
.TagClassName
{
border-color: #13000E;
}
</style>