Shades of Melanzane #130E11
Tints of Melanzane #130E11
RGB
CMYK
RGB Variations
Color information
#130E11 (or 0x130E11) is known color: Melanzane. HEX triplet: 13, 0E and 11. RGB value is (19,14,17). Sum of RGB (Red+Green+Blue) = 19+14+17=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #130E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E11 is #ECF1EE. Grayscale: #0F0F0F. Windows color (decimal): -15528431 or 1117715. OLE color: 1117715.
HSL color Cylindrical-coordinate representation of color #130E11: hue angle of 324º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #130E11 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 17 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.93 |
| HSL | 324º | 0.15% | 0.06% | - |
| HSV(B) | 324º | 0.26% | 0.07% | - |
| XYZ | 0.53 | 0.49 | 0.6 | - |
| YUV | 15.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 17 | 0 | 0.26 | 0.11 | 0.93 | 324 | 0.15 | 0.06 |
| Hex | 13 | E | 11 | 0 | 1A | B | 5D | 144 | F | 6 |
| Octal | 23 | 16 | 21 | 0 | 32 | 13 | 135 | 504 | 17 | 6 |
| Binary | 10011 | 1110 | 10001 | 0 | 11010 | 1011 | 1011101 | 101000100 | 1111 | 110 |
Color Harmonies of #130E11
Complementary color
Monochromatic Colors of #130E11
Black with #130E11
Text Example
Text Example
White with #130E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E11; }
p { color: rgb(19,14,17); }
H1.HeaderClassName
{
color: #130E11;
}
.AnyTagClassName
{
color: #130E11;
}
</style>
background-color css
<style>
a { background-color: #130E11; }
a { background-color: rgb(19,14,17); }
div.DivClassName
{
background-color: #130E11;
}
.BgClassName
{
background-color: #130E11;
}
</style>
border-color css
<style>
span { border-color: #130E11; }
span { border-color: rgb(19,14,17); }
td.TdClassName
{
border-color: #130E11;
}
.TagClassName
{
border-color: #130E11;
}
</style>