Shades of Melanzane #130C11
Tints of Melanzane #130C11
RGB
CMYK
RGB Variations
Color information
#130C11 (or 0x130C11) is known color: Melanzane. HEX triplet: 13, 0C and 11. RGB value is (19,12,17). Sum of RGB (Red+Green+Blue) = 19+12+17=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C11 is #ECF3EE. Grayscale: #0E0E0E. Windows color (decimal): -15528943 or 1117203. OLE color: 1117203.
HSL color Cylindrical-coordinate representation of color #130C11: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #130C11 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 17 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.93 |
| HSL | 317.14º | 0.23% | 0.06% | - |
| HSV(B) | 317.14º | 0.37% | 0.07% | - |
| XYZ | 0.5 | 0.44 | 0.59 | - |
| YUV | 14.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 17 | 0 | 0.37 | 0.11 | 0.93 | 317.14 | 0.23 | 0.06 |
| Hex | 13 | C | 11 | 0 | 25 | B | 5D | 13D | 17 | 6 |
| Octal | 23 | 14 | 21 | 0 | 45 | 13 | 135 | 475 | 27 | 6 |
| Binary | 10011 | 1100 | 10001 | 0 | 100101 | 1011 | 1011101 | 100111101 | 10111 | 110 |
Color Harmonies of #130C11
Complementary color
Monochromatic Colors of #130C11
Black with #130C11
Text Example
Text Example
White with #130C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C11; }
p { color: rgb(19,12,17); }
H1.HeaderClassName
{
color: #130C11;
}
.AnyTagClassName
{
color: #130C11;
}
</style>
background-color css
<style>
a { background-color: #130C11; }
a { background-color: rgb(19,12,17); }
div.DivClassName
{
background-color: #130C11;
}
.BgClassName
{
background-color: #130C11;
}
</style>
border-color css
<style>
span { border-color: #130C11; }
span { border-color: rgb(19,12,17); }
td.TdClassName
{
border-color: #130C11;
}
.TagClassName
{
border-color: #130C11;
}
</style>