Shades of Melanzane #150710
Tints of Melanzane #150710
RGB
CMYK
RGB Variations
Color information
#150710 (or 0x150710) is known color: Melanzane. HEX triplet: 15, 07 and 10. RGB value is (21,7,16). Sum of RGB (Red+Green+Blue) = 21+7+16=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150710 is #EAF8EF. Grayscale: #0C0C0C. Windows color (decimal): -15399152 or 1050389. OLE color: 1050389.
HSL color Cylindrical-coordinate representation of color #150710: hue angle of 321.43º 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 #150710 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 16 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.92 |
| HSL | 321.43º | 0.5% | 0.05% | - |
| HSV(B) | 321.43º | 0.67% | 0.08% | - |
| XYZ | 0.48 | 0.35 | 0.53 | - |
| YUV | 12.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 16 | 0 | 0.67 | 0.24 | 0.92 | 321.43 | 0.5 | 0.05 |
| Hex | 15 | 7 | 10 | 0 | 43 | 18 | 5C | 141 | 32 | 5 |
| Octal | 25 | 7 | 20 | 0 | 103 | 30 | 134 | 501 | 62 | 5 |
| Binary | 10101 | 111 | 10000 | 0 | 1000011 | 11000 | 1011100 | 101000001 | 110010 | 101 |
Color Harmonies of #150710
Complementary color
Monochromatic Colors of #150710
Black with #150710
Text Example
Text Example
White with #150710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150710; }
p { color: rgb(21,7,16); }
H1.HeaderClassName
{
color: #150710;
}
.AnyTagClassName
{
color: #150710;
}
</style>
background-color css
<style>
a { background-color: #150710; }
a { background-color: rgb(21,7,16); }
div.DivClassName
{
background-color: #150710;
}
.BgClassName
{
background-color: #150710;
}
</style>
border-color css
<style>
span { border-color: #150710; }
span { border-color: rgb(21,7,16); }
td.TdClassName
{
border-color: #150710;
}
.TagClassName
{
border-color: #150710;
}
</style>