Shades of Melanzane #150E13
Tints of Melanzane #150E13
RGB
CMYK
RGB Variations
Color information
#150E13 (or 0x150E13) is known color: Melanzane. HEX triplet: 15, 0E and 13. RGB value is (21,14,19). Sum of RGB (Red+Green+Blue) = 21+14+19=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #150E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E13 is #EAF1EC. Grayscale: #101010. Windows color (decimal): -15397357 or 1248789. OLE color: 1248789.
HSL color Cylindrical-coordinate representation of color #150E13: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #150E13 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 19 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.92 |
| HSL | 317.14º | 0.2% | 0.07% | - |
| HSV(B) | 317.14º | 0.33% | 0.08% | - |
| XYZ | 0.58 | 0.52 | 0.69 | - |
| YUV | 16.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 19 | 0 | 0.33 | 0.10 | 0.92 | 317.14 | 0.2 | 0.07 |
| Hex | 15 | E | 13 | 0 | 21 | A | 5C | 13D | 14 | 7 |
| Octal | 25 | 16 | 23 | 0 | 41 | 12 | 134 | 475 | 24 | 7 |
| Binary | 10101 | 1110 | 10011 | 0 | 100001 | 1010 | 1011100 | 100111101 | 10100 | 111 |
Color Harmonies of #150E13
Complementary color
Monochromatic Colors of #150E13
Black with #150E13
Text Example
Text Example
White with #150E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E13; }
p { color: rgb(21,14,19); }
H1.HeaderClassName
{
color: #150E13;
}
.AnyTagClassName
{
color: #150E13;
}
</style>
background-color css
<style>
a { background-color: #150E13; }
a { background-color: rgb(21,14,19); }
div.DivClassName
{
background-color: #150E13;
}
.BgClassName
{
background-color: #150E13;
}
</style>
border-color css
<style>
span { border-color: #150E13; }
span { border-color: rgb(21,14,19); }
td.TdClassName
{
border-color: #150E13;
}
.TagClassName
{
border-color: #150E13;
}
</style>