Shades of Melanzane #13020D
Tints of Melanzane #13020D
RGB
CMYK
RGB Variations
Color information
#13020D (or 0x13020D) is known color: Melanzane. HEX triplet: 13, 02 and 0D. RGB value is (19,2,13). Sum of RGB (Red+Green+Blue) = 19+2+13=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020D is #ECFDF2. Grayscale: #080808. Windows color (decimal): -15531507 or 852499. OLE color: 852499.
HSL color Cylindrical-coordinate representation of color #13020D: hue angle of 321.18º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 2 | 13 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.93 |
| HSL | 321.18º | 0.81% | 0.04% | - |
| HSV(B) | 321.18º | 0.89% | 0.07% | - |
| XYZ | 0.36 | 0.21 | 0.4 | - |
| YUV | 8.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 13 | 0 | 0.89 | 0.32 | 0.93 | 321.18 | 0.81 | 0.04 |
| Hex | 13 | 2 | D | 0 | 59 | 20 | 5D | 141 | 51 | 4 |
| Octal | 23 | 2 | 15 | 0 | 131 | 40 | 135 | 501 | 121 | 4 |
| Binary | 10011 | 10 | 1101 | 0 | 1011001 | 100000 | 1011101 | 101000001 | 1010001 | 100 |
Color Harmonies of #13020D
Complementary color
Monochromatic Colors of #13020D
Black with #13020D
Text Example
Text Example
White with #13020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13020D; }
p { color: rgb(19,2,13); }
H1.HeaderClassName
{
color: #13020D;
}
.AnyTagClassName
{
color: #13020D;
}
</style>
background-color css
<style>
a { background-color: #13020D; }
a { background-color: rgb(19,2,13); }
div.DivClassName
{
background-color: #13020D;
}
.BgClassName
{
background-color: #13020D;
}
</style>
border-color css
<style>
span { border-color: #13020D; }
span { border-color: rgb(19,2,13); }
td.TdClassName
{
border-color: #13020D;
}
.TagClassName
{
border-color: #13020D;
}
</style>