Shades of Melanzane #13060E
Tints of Melanzane #13060E
RGB
CMYK
RGB Variations
Color information
#13060E (or 0x13060E) is known color: Melanzane. HEX triplet: 13, 06 and 0E. RGB value is (19,6,14). Sum of RGB (Red+Green+Blue) = 19+6+14=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060E is #ECF9F1. Grayscale: #0A0A0A. Windows color (decimal): -15530482 or 919059. OLE color: 919059.
HSL color Cylindrical-coordinate representation of color #13060E: hue angle of 323.08º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13060E is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 6 | 14 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.93 |
| HSL | 323.08º | 0.52% | 0.05% | - |
| HSV(B) | 323.08º | 0.68% | 0.07% | - |
| XYZ | 0.41 | 0.3 | 0.45 | - |
| YUV | 10.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 14 | 0 | 0.68 | 0.26 | 0.93 | 323.08 | 0.52 | 0.05 |
| Hex | 13 | 6 | E | 0 | 44 | 1A | 5D | 143 | 34 | 5 |
| Octal | 23 | 6 | 16 | 0 | 104 | 32 | 135 | 503 | 64 | 5 |
| Binary | 10011 | 110 | 1110 | 0 | 1000100 | 11010 | 1011101 | 101000011 | 110100 | 101 |
Color Harmonies of #13060E
Complementary color
Monochromatic Colors of #13060E
Black with #13060E
Text Example
Text Example
White with #13060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13060E; }
p { color: rgb(19,6,14); }
H1.HeaderClassName
{
color: #13060E;
}
.AnyTagClassName
{
color: #13060E;
}
</style>
background-color css
<style>
a { background-color: #13060E; }
a { background-color: rgb(19,6,14); }
div.DivClassName
{
background-color: #13060E;
}
.BgClassName
{
background-color: #13060E;
}
</style>
border-color css
<style>
span { border-color: #13060E; }
span { border-color: rgb(19,6,14); }
td.TdClassName
{
border-color: #13060E;
}
.TagClassName
{
border-color: #13060E;
}
</style>