Shades of Melanzane #150913
Tints of Melanzane #150913
RGB
CMYK
RGB Variations
Color information
#150913 (or 0x150913) is known color: Melanzane. HEX triplet: 15, 09 and 13. RGB value is (21,9,19). Sum of RGB (Red+Green+Blue) = 21+9+19=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150913 is #EAF6EC. Grayscale: #0D0D0D. Windows color (decimal): -15398637 or 1247509. OLE color: 1247509.
HSL color Cylindrical-coordinate representation of color #150913: hue angle of 310º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #150913 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 19 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.92 |
| HSL | 310º | 0.4% | 0.06% | - |
| HSV(B) | 310º | 0.57% | 0.08% | - |
| XYZ | 0.52 | 0.4 | 0.67 | - |
| YUV | 13.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 19 | 0 | 0.57 | 0.10 | 0.92 | 310 | 0.4 | 0.06 |
| Hex | 15 | 9 | 13 | 0 | 39 | A | 5C | 136 | 28 | 6 |
| Octal | 25 | 11 | 23 | 0 | 71 | 12 | 134 | 466 | 50 | 6 |
| Binary | 10101 | 1001 | 10011 | 0 | 111001 | 1010 | 1011100 | 100110110 | 101000 | 110 |
Color Harmonies of #150913
Complementary color
Monochromatic Colors of #150913
Black with #150913
Text Example
Text Example
White with #150913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150913; }
p { color: rgb(21,9,19); }
H1.HeaderClassName
{
color: #150913;
}
.AnyTagClassName
{
color: #150913;
}
</style>
background-color css
<style>
a { background-color: #150913; }
a { background-color: rgb(21,9,19); }
div.DivClassName
{
background-color: #150913;
}
.BgClassName
{
background-color: #150913;
}
</style>
border-color css
<style>
span { border-color: #150913; }
span { border-color: rgb(21,9,19); }
td.TdClassName
{
border-color: #150913;
}
.TagClassName
{
border-color: #150913;
}
</style>