Shades of Melanzane #150011
Tints of Melanzane #150011
RGB
CMYK
RGB Variations
Color information
#150011 (or 0x150011) is known color: Melanzane. HEX triplet: 15, 00 and 11. RGB value is (21,0,17). Sum of RGB (Red+Green+Blue) = 21+0+17=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150011 is #EAFFEE. Grayscale: #080808. Windows color (decimal): -15400943 or 1114133. OLE color: 1114133.
HSL color Cylindrical-coordinate representation of color #150011: hue angle of 311.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150011 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.19 | 0.92 |
| HSL | 311.43º | 1% | 0.04% | - |
| HSV(B) | 311.43º | 1% | 0.08% | - |
| XYZ | 0.41 | 0.2 | 0.55 | - |
| YUV | 8.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 17 | 0 | 1 | 0.19 | 0.92 | 311.43 | 1 | 0.04 |
| Hex | 15 | 0 | 11 | 0 | 64 | 13 | 5C | 137 | 64 | 4 |
| Octal | 25 | 0 | 21 | 0 | 144 | 23 | 134 | 467 | 144 | 4 |
| Binary | 10101 | 0 | 10001 | 0 | 1100100 | 10011 | 1011100 | 100110111 | 1100100 | 100 |
Color Harmonies of #150011
Complementary color
Monochromatic Colors of #150011
Black with #150011
Text Example
Text Example
White with #150011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150011; }
p { color: rgb(21,0,17); }
H1.HeaderClassName
{
color: #150011;
}
.AnyTagClassName
{
color: #150011;
}
</style>
background-color css
<style>
a { background-color: #150011; }
a { background-color: rgb(21,0,17); }
div.DivClassName
{
background-color: #150011;
}
.BgClassName
{
background-color: #150011;
}
</style>
border-color css
<style>
span { border-color: #150011; }
span { border-color: rgb(21,0,17); }
td.TdClassName
{
border-color: #150011;
}
.TagClassName
{
border-color: #150011;
}
</style>