Shades of Melanzane #150510
Tints of Melanzane #150510
RGB
CMYK
RGB Variations
Color information
#150510 (or 0x150510) is known color: Melanzane. HEX triplet: 15, 05 and 10. RGB value is (21,5,16). Sum of RGB (Red+Green+Blue) = 21+5+16=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150510 is #EAFAEF. Grayscale: #0B0B0B. Windows color (decimal): -15399664 or 1049877. OLE color: 1049877.
HSL color Cylindrical-coordinate representation of color #150510: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150510 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 16 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.92 |
| HSL | 318.75º | 0.62% | 0.05% | - |
| HSV(B) | 318.75º | 0.76% | 0.08% | - |
| XYZ | 0.46 | 0.31 | 0.53 | - |
| YUV | 11.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 16 | 0 | 0.76 | 0.24 | 0.92 | 318.75 | 0.62 | 0.05 |
| Hex | 15 | 5 | 10 | 0 | 4C | 18 | 5C | 13F | 3E | 5 |
| Octal | 25 | 5 | 20 | 0 | 114 | 30 | 134 | 477 | 76 | 5 |
| Binary | 10101 | 101 | 10000 | 0 | 1001100 | 11000 | 1011100 | 100111111 | 111110 | 101 |
Color Harmonies of #150510
Complementary color
Monochromatic Colors of #150510
Black with #150510
Text Example
Text Example
White with #150510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150510; }
p { color: rgb(21,5,16); }
H1.HeaderClassName
{
color: #150510;
}
.AnyTagClassName
{
color: #150510;
}
</style>
background-color css
<style>
a { background-color: #150510; }
a { background-color: rgb(21,5,16); }
div.DivClassName
{
background-color: #150510;
}
.BgClassName
{
background-color: #150510;
}
</style>
border-color css
<style>
span { border-color: #150510; }
span { border-color: rgb(21,5,16); }
td.TdClassName
{
border-color: #150510;
}
.TagClassName
{
border-color: #150510;
}
</style>