Shades of Melanzane #150010
Tints of Melanzane #150010
RGB
CMYK
RGB Variations
Color information
#150010 (or 0x150010) is known color: Melanzane. HEX triplet: 15, 00 and 10. RGB value is (21,0,16). Sum of RGB (Red+Green+Blue) = 21+0+16=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150010 is #EAFFEF. Grayscale: #080808. Windows color (decimal): -15400944 or 1048597. OLE color: 1048597.
HSL color Cylindrical-coordinate representation of color #150010: hue angle of 314.29º 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 #150010 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.24 | 0.92 |
| HSL | 314.29º | 1% | 0.04% | - |
| HSV(B) | 314.29º | 1% | 0.08% | - |
| XYZ | 0.4 | 0.2 | 0.51 | - |
| YUV | 8.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 16 | 0 | 1 | 0.24 | 0.92 | 314.29 | 1 | 0.04 |
| Hex | 15 | 0 | 10 | 0 | 64 | 18 | 5C | 13A | 64 | 4 |
| Octal | 25 | 0 | 20 | 0 | 144 | 30 | 134 | 472 | 144 | 4 |
| Binary | 10101 | 0 | 10000 | 0 | 1100100 | 11000 | 1011100 | 100111010 | 1100100 | 100 |
Color Harmonies of #150010
Complementary color
Monochromatic Colors of #150010
Black with #150010
Text Example
Text Example
White with #150010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150010; }
p { color: rgb(21,0,16); }
H1.HeaderClassName
{
color: #150010;
}
.AnyTagClassName
{
color: #150010;
}
</style>
background-color css
<style>
a { background-color: #150010; }
a { background-color: rgb(21,0,16); }
div.DivClassName
{
background-color: #150010;
}
.BgClassName
{
background-color: #150010;
}
</style>
border-color css
<style>
span { border-color: #150010; }
span { border-color: rgb(21,0,16); }
td.TdClassName
{
border-color: #150010;
}
.TagClassName
{
border-color: #150010;
}
</style>