Shades of Melanzane #150811
Tints of Melanzane #150811
RGB
CMYK
RGB Variations
Color information
#150811 (or 0x150811) is known color: Melanzane. HEX triplet: 15, 08 and 11. RGB value is (21,8,17). Sum of RGB (Red+Green+Blue) = 21+8+17=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150811 is #EAF7EE. Grayscale: #0C0C0C. Windows color (decimal): -15398895 or 1116181. OLE color: 1116181.
HSL color Cylindrical-coordinate representation of color #150811: hue angle of 318.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150811 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 17 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.92 |
| HSL | 318.46º | 0.45% | 0.06% | - |
| HSV(B) | 318.46º | 0.62% | 0.08% | - |
| XYZ | 0.5 | 0.37 | 0.58 | - |
| YUV | 12.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 17 | 0 | 0.62 | 0.19 | 0.92 | 318.46 | 0.45 | 0.06 |
| Hex | 15 | 8 | 11 | 0 | 3E | 13 | 5C | 13E | 2D | 6 |
| Octal | 25 | 10 | 21 | 0 | 76 | 23 | 134 | 476 | 55 | 6 |
| Binary | 10101 | 1000 | 10001 | 0 | 111110 | 10011 | 1011100 | 100111110 | 101101 | 110 |
Color Harmonies of #150811
Complementary color
Monochromatic Colors of #150811
Black with #150811
Text Example
Text Example
White with #150811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150811; }
p { color: rgb(21,8,17); }
H1.HeaderClassName
{
color: #150811;
}
.AnyTagClassName
{
color: #150811;
}
</style>
background-color css
<style>
a { background-color: #150811; }
a { background-color: rgb(21,8,17); }
div.DivClassName
{
background-color: #150811;
}
.BgClassName
{
background-color: #150811;
}
</style>
border-color css
<style>
span { border-color: #150811; }
span { border-color: rgb(21,8,17); }
td.TdClassName
{
border-color: #150811;
}
.TagClassName
{
border-color: #150811;
}
</style>