Shades of Melanzane #13030E
Tints of Melanzane #13030E
RGB
CMYK
RGB Variations
Color information
#13030E (or 0x13030E) is known color: Melanzane. HEX triplet: 13, 03 and 0E. RGB value is (19,3,14). Sum of RGB (Red+Green+Blue) = 19+3+14=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030E is #ECFCF1. Grayscale: #090909. Windows color (decimal): -15531250 or 918291. OLE color: 918291.
HSL color Cylindrical-coordinate representation of color #13030E: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13030E is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 3 | 14 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.93 |
| HSL | 318.75º | 0.73% | 0.04% | - |
| HSV(B) | 318.75º | 0.84% | 0.07% | - |
| XYZ | 0.38 | 0.24 | 0.44 | - |
| YUV | 9.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 14 | 0 | 0.84 | 0.26 | 0.93 | 318.75 | 0.73 | 0.04 |
| Hex | 13 | 3 | E | 0 | 54 | 1A | 5D | 13F | 49 | 4 |
| Octal | 23 | 3 | 16 | 0 | 124 | 32 | 135 | 477 | 111 | 4 |
| Binary | 10011 | 11 | 1110 | 0 | 1010100 | 11010 | 1011101 | 100111111 | 1001001 | 100 |
Color Harmonies of #13030E
Complementary color
Monochromatic Colors of #13030E
Black with #13030E
Text Example
Text Example
White with #13030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13030E; }
p { color: rgb(19,3,14); }
H1.HeaderClassName
{
color: #13030E;
}
.AnyTagClassName
{
color: #13030E;
}
</style>
background-color css
<style>
a { background-color: #13030E; }
a { background-color: rgb(19,3,14); }
div.DivClassName
{
background-color: #13030E;
}
.BgClassName
{
background-color: #13030E;
}
</style>
border-color css
<style>
span { border-color: #13030E; }
span { border-color: rgb(19,3,14); }
td.TdClassName
{
border-color: #13030E;
}
.TagClassName
{
border-color: #13030E;
}
</style>