Shades of Melanzane #150D13
Tints of Melanzane #150D13
RGB
CMYK
RGB Variations
Color information
#150D13 (or 0x150D13) is known color: Melanzane. HEX triplet: 15, 0D and 13. RGB value is (21,13,19). Sum of RGB (Red+Green+Blue) = 21+13+19=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #150D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D13 is #EAF2EC. Grayscale: #101010. Windows color (decimal): -15397613 or 1248533. OLE color: 1248533.
HSL color Cylindrical-coordinate representation of color #150D13: hue angle of 315º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150D13 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 19 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.92 |
| HSL | 315º | 0.24% | 0.07% | - |
| HSV(B) | 315º | 0.38% | 0.08% | - |
| XYZ | 0.57 | 0.49 | 0.68 | - |
| YUV | 16.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 19 | 0 | 0.38 | 0.10 | 0.92 | 315 | 0.24 | 0.07 |
| Hex | 15 | D | 13 | 0 | 26 | A | 5C | 13B | 18 | 7 |
| Octal | 25 | 15 | 23 | 0 | 46 | 12 | 134 | 473 | 30 | 7 |
| Binary | 10101 | 1101 | 10011 | 0 | 100110 | 1010 | 1011100 | 100111011 | 11000 | 111 |
Color Harmonies of #150D13
Complementary color
Monochromatic Colors of #150D13
Black with #150D13
Text Example
Text Example
White with #150D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D13; }
p { color: rgb(21,13,19); }
H1.HeaderClassName
{
color: #150D13;
}
.AnyTagClassName
{
color: #150D13;
}
</style>
background-color css
<style>
a { background-color: #150D13; }
a { background-color: rgb(21,13,19); }
div.DivClassName
{
background-color: #150D13;
}
.BgClassName
{
background-color: #150D13;
}
</style>
border-color css
<style>
span { border-color: #150D13; }
span { border-color: rgb(21,13,19); }
td.TdClassName
{
border-color: #150D13;
}
.TagClassName
{
border-color: #150D13;
}
</style>