Shades of Melanzane #150D12
Tints of Melanzane #150D12
RGB
CMYK
RGB Variations
Color information
#150D12 (or 0x150D12) is known color: Melanzane. HEX triplet: 15, 0D and 12. RGB value is (21,13,18). Sum of RGB (Red+Green+Blue) = 21+13+18=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D12 is #EAF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15397614 or 1182997. OLE color: 1182997.
HSL color Cylindrical-coordinate representation of color #150D12: hue angle of 322.5º 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 #150D12 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 18 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.92 |
| HSL | 322.5º | 0.24% | 0.07% | - |
| HSV(B) | 322.5º | 0.38% | 0.08% | - |
| XYZ | 0.56 | 0.49 | 0.64 | - |
| YUV | 15.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 18 | 0 | 0.38 | 0.14 | 0.92 | 322.5 | 0.24 | 0.07 |
| Hex | 15 | D | 12 | 0 | 26 | E | 5C | 142 | 18 | 7 |
| Octal | 25 | 15 | 22 | 0 | 46 | 16 | 134 | 502 | 30 | 7 |
| Binary | 10101 | 1101 | 10010 | 0 | 100110 | 1110 | 1011100 | 101000010 | 11000 | 111 |
Color Harmonies of #150D12
Complementary color
Monochromatic Colors of #150D12
Black with #150D12
Text Example
Text Example
White with #150D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D12; }
p { color: rgb(21,13,18); }
H1.HeaderClassName
{
color: #150D12;
}
.AnyTagClassName
{
color: #150D12;
}
</style>
background-color css
<style>
a { background-color: #150D12; }
a { background-color: rgb(21,13,18); }
div.DivClassName
{
background-color: #150D12;
}
.BgClassName
{
background-color: #150D12;
}
</style>
border-color css
<style>
span { border-color: #150D12; }
span { border-color: rgb(21,13,18); }
td.TdClassName
{
border-color: #150D12;
}
.TagClassName
{
border-color: #150D12;
}
</style>