Shades of Melanzane #150B11
Tints of Melanzane #150B11
RGB
CMYK
RGB Variations
Color information
#150B11 (or 0x150B11) is known color: Melanzane. HEX triplet: 15, 0B and 11. RGB value is (21,11,17). Sum of RGB (Red+Green+Blue) = 21+11+17=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B11 is #EAF4EE. Grayscale: #0E0E0E. Windows color (decimal): -15398127 or 1116949. OLE color: 1116949.
HSL color Cylindrical-coordinate representation of color #150B11: hue angle of 324º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150B11 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 17 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.92 |
| HSL | 324º | 0.31% | 0.06% | - |
| HSV(B) | 324º | 0.48% | 0.08% | - |
| XYZ | 0.53 | 0.44 | 0.59 | - |
| YUV | 14.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 17 | 0 | 0.48 | 0.19 | 0.92 | 324 | 0.31 | 0.06 |
| Hex | 15 | B | 11 | 0 | 30 | 13 | 5C | 144 | 1F | 6 |
| Octal | 25 | 13 | 21 | 0 | 60 | 23 | 134 | 504 | 37 | 6 |
| Binary | 10101 | 1011 | 10001 | 0 | 110000 | 10011 | 1011100 | 101000100 | 11111 | 110 |
Color Harmonies of #150B11
Complementary color
Monochromatic Colors of #150B11
Black with #150B11
Text Example
Text Example
White with #150B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B11; }
p { color: rgb(21,11,17); }
H1.HeaderClassName
{
color: #150B11;
}
.AnyTagClassName
{
color: #150B11;
}
</style>
background-color css
<style>
a { background-color: #150B11; }
a { background-color: rgb(21,11,17); }
div.DivClassName
{
background-color: #150B11;
}
.BgClassName
{
background-color: #150B11;
}
</style>
border-color css
<style>
span { border-color: #150B11; }
span { border-color: rgb(21,11,17); }
td.TdClassName
{
border-color: #150B11;
}
.TagClassName
{
border-color: #150B11;
}
</style>