Shades of Melanzane #150711
Tints of Melanzane #150711
RGB
CMYK
RGB Variations
Color information
#150711 (or 0x150711) is known color: Melanzane. HEX triplet: 15, 07 and 11. RGB value is (21,7,17). Sum of RGB (Red+Green+Blue) = 21+7+17=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150711 is #EAF8EE. Grayscale: #0C0C0C. Windows color (decimal): -15399151 or 1115925. OLE color: 1115925.
HSL color Cylindrical-coordinate representation of color #150711: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150711 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 17 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.92 |
| HSL | 317.14º | 0.5% | 0.05% | - |
| HSV(B) | 317.14º | 0.67% | 0.08% | - |
| XYZ | 0.49 | 0.35 | 0.57 | - |
| YUV | 12.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 17 | 0 | 0.67 | 0.19 | 0.92 | 317.14 | 0.5 | 0.05 |
| Hex | 15 | 7 | 11 | 0 | 43 | 13 | 5C | 13D | 32 | 5 |
| Octal | 25 | 7 | 21 | 0 | 103 | 23 | 134 | 475 | 62 | 5 |
| Binary | 10101 | 111 | 10001 | 0 | 1000011 | 10011 | 1011100 | 100111101 | 110010 | 101 |
Color Harmonies of #150711
Complementary color
Monochromatic Colors of #150711
Black with #150711
Text Example
Text Example
White with #150711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150711; }
p { color: rgb(21,7,17); }
H1.HeaderClassName
{
color: #150711;
}
.AnyTagClassName
{
color: #150711;
}
</style>
background-color css
<style>
a { background-color: #150711; }
a { background-color: rgb(21,7,17); }
div.DivClassName
{
background-color: #150711;
}
.BgClassName
{
background-color: #150711;
}
</style>
border-color css
<style>
span { border-color: #150711; }
span { border-color: rgb(21,7,17); }
td.TdClassName
{
border-color: #150711;
}
.TagClassName
{
border-color: #150711;
}
</style>