Shades of Melanzane #150111
Tints of Melanzane #150111
RGB
CMYK
RGB Variations
Color information
#150111 (or 0x150111) is known color: Melanzane. HEX triplet: 15, 01 and 11. RGB value is (21,1,17). Sum of RGB (Red+Green+Blue) = 21+1+17=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150111 is #EAFEEE. Grayscale: #080808. Windows color (decimal): -15400687 or 1114389. OLE color: 1114389.
HSL color Cylindrical-coordinate representation of color #150111: hue angle of 312º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150111 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 17 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.92 |
| HSL | 312º | 0.91% | 0.04% | - |
| HSV(B) | 312º | 0.95% | 0.08% | - |
| XYZ | 0.42 | 0.22 | 0.55 | - |
| YUV | 8.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 17 | 0 | 0.95 | 0.19 | 0.92 | 312 | 0.91 | 0.04 |
| Hex | 15 | 1 | 11 | 0 | 5F | 13 | 5C | 138 | 5B | 4 |
| Octal | 25 | 1 | 21 | 0 | 137 | 23 | 134 | 470 | 133 | 4 |
| Binary | 10101 | 1 | 10001 | 0 | 1011111 | 10011 | 1011100 | 100111000 | 1011011 | 100 |
Color Harmonies of #150111
Complementary color
Monochromatic Colors of #150111
Black with #150111
Text Example
Text Example
White with #150111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150111; }
p { color: rgb(21,1,17); }
H1.HeaderClassName
{
color: #150111;
}
.AnyTagClassName
{
color: #150111;
}
</style>
background-color css
<style>
a { background-color: #150111; }
a { background-color: rgb(21,1,17); }
div.DivClassName
{
background-color: #150111;
}
.BgClassName
{
background-color: #150111;
}
</style>
border-color css
<style>
span { border-color: #150111; }
span { border-color: rgb(21,1,17); }
td.TdClassName
{
border-color: #150111;
}
.TagClassName
{
border-color: #150111;
}
</style>