Shades of Melanzane #150410
Tints of Melanzane #150410
RGB
CMYK
RGB Variations
Color information
#150410 (or 0x150410) is known color: Melanzane. HEX triplet: 15, 04 and 10. RGB value is (21,4,16). Sum of RGB (Red+Green+Blue) = 21+4+16=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150410 is #EAFBEF. Grayscale: #0A0A0A. Windows color (decimal): -15399920 or 1049621. OLE color: 1049621.
HSL color Cylindrical-coordinate representation of color #150410: hue angle of 317.65º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150410 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 16 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.92 |
| HSL | 317.65º | 0.68% | 0.05% | - |
| HSV(B) | 317.65º | 0.81% | 0.08% | - |
| XYZ | 0.45 | 0.28 | 0.52 | - |
| YUV | 10.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 16 | 0 | 0.81 | 0.24 | 0.92 | 317.65 | 0.68 | 0.05 |
| Hex | 15 | 4 | 10 | 0 | 51 | 18 | 5C | 13E | 44 | 5 |
| Octal | 25 | 4 | 20 | 0 | 121 | 30 | 134 | 476 | 104 | 5 |
| Binary | 10101 | 100 | 10000 | 0 | 1010001 | 11000 | 1011100 | 100111110 | 1000100 | 101 |
Color Harmonies of #150410
Complementary color
Monochromatic Colors of #150410
Black with #150410
Text Example
Text Example
White with #150410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150410; }
p { color: rgb(21,4,16); }
H1.HeaderClassName
{
color: #150410;
}
.AnyTagClassName
{
color: #150410;
}
</style>
background-color css
<style>
a { background-color: #150410; }
a { background-color: rgb(21,4,16); }
div.DivClassName
{
background-color: #150410;
}
.BgClassName
{
background-color: #150410;
}
</style>
border-color css
<style>
span { border-color: #150410; }
span { border-color: rgb(21,4,16); }
td.TdClassName
{
border-color: #150410;
}
.TagClassName
{
border-color: #150410;
}
</style>