Shades of Melanzane #130D12
Tints of Melanzane #130D12
RGB
CMYK
RGB Variations
Color information
#130D12 (or 0x130D12) is known color: Melanzane. HEX triplet: 13, 0D and 12. RGB value is (19,13,18). Sum of RGB (Red+Green+Blue) = 19+13+18=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #130D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D12 is #ECF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15528686 or 1182995. OLE color: 1182995.
HSL color Cylindrical-coordinate representation of color #130D12: hue angle of 310º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #130D12 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 18 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.93 |
| HSL | 310º | 0.19% | 0.06% | - |
| HSV(B) | 310º | 0.32% | 0.07% | - |
| XYZ | 0.52 | 0.47 | 0.64 | - |
| YUV | 15.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 18 | 0 | 0.32 | 0.05 | 0.93 | 310 | 0.19 | 0.06 |
| Hex | 13 | D | 12 | 0 | 20 | 5 | 5D | 136 | 13 | 6 |
| Octal | 23 | 15 | 22 | 0 | 40 | 5 | 135 | 466 | 23 | 6 |
| Binary | 10011 | 1101 | 10010 | 0 | 100000 | 101 | 1011101 | 100110110 | 10011 | 110 |
Color Harmonies of #130D12
Complementary color
Monochromatic Colors of #130D12
Black with #130D12
Text Example
Text Example
White with #130D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D12; }
p { color: rgb(19,13,18); }
H1.HeaderClassName
{
color: #130D12;
}
.AnyTagClassName
{
color: #130D12;
}
</style>
background-color css
<style>
a { background-color: #130D12; }
a { background-color: rgb(19,13,18); }
div.DivClassName
{
background-color: #130D12;
}
.BgClassName
{
background-color: #130D12;
}
</style>
border-color css
<style>
span { border-color: #130D12; }
span { border-color: rgb(19,13,18); }
td.TdClassName
{
border-color: #130D12;
}
.TagClassName
{
border-color: #130D12;
}
</style>