Shades of Melanzane #13040E
Tints of Melanzane #13040E
RGB
CMYK
RGB Variations
Color information
#13040E (or 0x13040E) is known color: Melanzane. HEX triplet: 13, 04 and 0E. RGB value is (19,4,14). Sum of RGB (Red+Green+Blue) = 19+4+14=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #13040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040E is #ECFBF1. Grayscale: #090909. Windows color (decimal): -15530994 or 918547. OLE color: 918547.
HSL color Cylindrical-coordinate representation of color #13040E: hue angle of 320º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13040E is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 4 | 14 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.93 |
| HSL | 320º | 0.65% | 0.05% | - |
| HSV(B) | 320º | 0.79% | 0.07% | - |
| XYZ | 0.39 | 0.26 | 0.44 | - |
| YUV | 9.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 14 | 0 | 0.79 | 0.26 | 0.93 | 320 | 0.65 | 0.05 |
| Hex | 13 | 4 | E | 0 | 4F | 1A | 5D | 140 | 41 | 5 |
| Octal | 23 | 4 | 16 | 0 | 117 | 32 | 135 | 500 | 101 | 5 |
| Binary | 10011 | 100 | 1110 | 0 | 1001111 | 11010 | 1011101 | 101000000 | 1000001 | 101 |
Color Harmonies of #13040E
Complementary color
Monochromatic Colors of #13040E
Black with #13040E
Text Example
Text Example
White with #13040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13040E; }
p { color: rgb(19,4,14); }
H1.HeaderClassName
{
color: #13040E;
}
.AnyTagClassName
{
color: #13040E;
}
</style>
background-color css
<style>
a { background-color: #13040E; }
a { background-color: rgb(19,4,14); }
div.DivClassName
{
background-color: #13040E;
}
.BgClassName
{
background-color: #13040E;
}
</style>
border-color css
<style>
span { border-color: #13040E; }
span { border-color: rgb(19,4,14); }
td.TdClassName
{
border-color: #13040E;
}
.TagClassName
{
border-color: #13040E;
}
</style>