Shades of Melanzane #150C12
Tints of Melanzane #150C12
RGB
CMYK
RGB Variations
Color information
#150C12 (or 0x150C12) is known color: Melanzane. HEX triplet: 15, 0C and 12. RGB value is (21,12,18). Sum of RGB (Red+Green+Blue) = 21+12+18=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C12 is #EAF3ED. Grayscale: #0F0F0F. Windows color (decimal): -15397870 or 1182741. OLE color: 1182741.
HSL color Cylindrical-coordinate representation of color #150C12: hue angle of 320º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C12 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 18 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.92 |
| HSL | 320º | 0.27% | 0.06% | - |
| HSV(B) | 320º | 0.43% | 0.08% | - |
| XYZ | 0.55 | 0.47 | 0.63 | - |
| YUV | 15.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 18 | 0 | 0.43 | 0.14 | 0.92 | 320 | 0.27 | 0.06 |
| Hex | 15 | C | 12 | 0 | 2B | E | 5C | 140 | 1B | 6 |
| Octal | 25 | 14 | 22 | 0 | 53 | 16 | 134 | 500 | 33 | 6 |
| Binary | 10101 | 1100 | 10010 | 0 | 101011 | 1110 | 1011100 | 101000000 | 11011 | 110 |
Color Harmonies of #150C12
Complementary color
Monochromatic Colors of #150C12
Black with #150C12
Text Example
Text Example
White with #150C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C12; }
p { color: rgb(21,12,18); }
H1.HeaderClassName
{
color: #150C12;
}
.AnyTagClassName
{
color: #150C12;
}
</style>
background-color css
<style>
a { background-color: #150C12; }
a { background-color: rgb(21,12,18); }
div.DivClassName
{
background-color: #150C12;
}
.BgClassName
{
background-color: #150C12;
}
</style>
border-color css
<style>
span { border-color: #150C12; }
span { border-color: rgb(21,12,18); }
td.TdClassName
{
border-color: #150C12;
}
.TagClassName
{
border-color: #150C12;
}
</style>