Shades of Melanzane #130C10
Tints of Melanzane #130C10
RGB
CMYK
RGB Variations
Color information
#130C10 (or 0x130C10) is known color: Melanzane. HEX triplet: 13, 0C and 10. RGB value is (19,12,16). Sum of RGB (Red+Green+Blue) = 19+12+16=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #130C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C10 is #ECF3EF. Grayscale: #0E0E0E. Windows color (decimal): -15528944 or 1051667. OLE color: 1051667.
HSL color Cylindrical-coordinate representation of color #130C10: hue angle of 325.71º 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 #130C10 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 16 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.93 |
| HSL | 325.71º | 0.23% | 0.06% | - |
| HSV(B) | 325.71º | 0.37% | 0.07% | - |
| XYZ | 0.49 | 0.44 | 0.55 | - |
| YUV | 14.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 16 | 0 | 0.37 | 0.16 | 0.93 | 325.71 | 0.23 | 0.06 |
| Hex | 13 | C | 10 | 0 | 25 | 10 | 5D | 146 | 17 | 6 |
| Octal | 23 | 14 | 20 | 0 | 45 | 20 | 135 | 506 | 27 | 6 |
| Binary | 10011 | 1100 | 10000 | 0 | 100101 | 10000 | 1011101 | 101000110 | 10111 | 110 |
Color Harmonies of #130C10
Complementary color
Monochromatic Colors of #130C10
Black with #130C10
Text Example
Text Example
White with #130C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C10; }
p { color: rgb(19,12,16); }
H1.HeaderClassName
{
color: #130C10;
}
.AnyTagClassName
{
color: #130C10;
}
</style>
background-color css
<style>
a { background-color: #130C10; }
a { background-color: rgb(19,12,16); }
div.DivClassName
{
background-color: #130C10;
}
.BgClassName
{
background-color: #130C10;
}
</style>
border-color css
<style>
span { border-color: #130C10; }
span { border-color: rgb(19,12,16); }
td.TdClassName
{
border-color: #130C10;
}
.TagClassName
{
border-color: #130C10;
}
</style>