Shades of Melanzane #150911
Tints of Melanzane #150911
RGB
CMYK
RGB Variations
Color information
#150911 (or 0x150911) is known color: Melanzane. HEX triplet: 15, 09 and 11. RGB value is (21,9,17). Sum of RGB (Red+Green+Blue) = 21+9+17=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150911 is #EAF6EE. Grayscale: #0D0D0D. Windows color (decimal): -15398639 or 1116437. OLE color: 1116437.
HSL color Cylindrical-coordinate representation of color #150911: hue angle of 320º 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 #150911 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 17 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.92 |
| HSL | 320º | 0.4% | 0.06% | - |
| HSV(B) | 320º | 0.57% | 0.08% | - |
| XYZ | 0.51 | 0.4 | 0.58 | - |
| YUV | 13.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 17 | 0 | 0.57 | 0.19 | 0.92 | 320 | 0.4 | 0.06 |
| Hex | 15 | 9 | 11 | 0 | 39 | 13 | 5C | 140 | 28 | 6 |
| Octal | 25 | 11 | 21 | 0 | 71 | 23 | 134 | 500 | 50 | 6 |
| Binary | 10101 | 1001 | 10001 | 0 | 111001 | 10011 | 1011100 | 101000000 | 101000 | 110 |
Color Harmonies of #150911
Complementary color
Monochromatic Colors of #150911
Black with #150911
Text Example
Text Example
White with #150911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150911; }
p { color: rgb(21,9,17); }
H1.HeaderClassName
{
color: #150911;
}
.AnyTagClassName
{
color: #150911;
}
</style>
background-color css
<style>
a { background-color: #150911; }
a { background-color: rgb(21,9,17); }
div.DivClassName
{
background-color: #150911;
}
.BgClassName
{
background-color: #150911;
}
</style>
border-color css
<style>
span { border-color: #150911; }
span { border-color: rgb(21,9,17); }
td.TdClassName
{
border-color: #150911;
}
.TagClassName
{
border-color: #150911;
}
</style>