Shades of Melanzane #150912
Tints of Melanzane #150912
RGB
CMYK
RGB Variations
Color information
#150912 (or 0x150912) is known color: Melanzane. HEX triplet: 15, 09 and 12. RGB value is (21,9,18). Sum of RGB (Red+Green+Blue) = 21+9+18=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150912 is #EAF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15398638 or 1181973. OLE color: 1181973.
HSL color Cylindrical-coordinate representation of color #150912: hue angle of 315º 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 #150912 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 18 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.92 |
| HSL | 315º | 0.4% | 0.06% | - |
| HSV(B) | 315º | 0.57% | 0.08% | - |
| XYZ | 0.52 | 0.4 | 0.62 | - |
| YUV | 13.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 18 | 0 | 0.57 | 0.14 | 0.92 | 315 | 0.4 | 0.06 |
| Hex | 15 | 9 | 12 | 0 | 39 | E | 5C | 13B | 28 | 6 |
| Octal | 25 | 11 | 22 | 0 | 71 | 16 | 134 | 473 | 50 | 6 |
| Binary | 10101 | 1001 | 10010 | 0 | 111001 | 1110 | 1011100 | 100111011 | 101000 | 110 |
Color Harmonies of #150912
Complementary color
Monochromatic Colors of #150912
Black with #150912
Text Example
Text Example
White with #150912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150912; }
p { color: rgb(21,9,18); }
H1.HeaderClassName
{
color: #150912;
}
.AnyTagClassName
{
color: #150912;
}
</style>
background-color css
<style>
a { background-color: #150912; }
a { background-color: rgb(21,9,18); }
div.DivClassName
{
background-color: #150912;
}
.BgClassName
{
background-color: #150912;
}
</style>
border-color css
<style>
span { border-color: #150912; }
span { border-color: rgb(21,9,18); }
td.TdClassName
{
border-color: #150912;
}
.TagClassName
{
border-color: #150912;
}
</style>