Shades of Melanzane #150412
Tints of Melanzane #150412
RGB
CMYK
RGB Variations
Color information
#150412 (or 0x150412) is known color: Melanzane. HEX triplet: 15, 04 and 12. RGB value is (21,4,18). Sum of RGB (Red+Green+Blue) = 21+4+18=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150412 is #EAFBED. Grayscale: #0A0A0A. Windows color (decimal): -15399918 or 1180693. OLE color: 1180693.
HSL color Cylindrical-coordinate representation of color #150412: hue angle of 310.59º 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 #150412 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 18 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.92 |
| HSL | 310.59º | 0.68% | 0.05% | - |
| HSV(B) | 310.59º | 0.81% | 0.08% | - |
| XYZ | 0.46 | 0.29 | 0.6 | - |
| YUV | 10.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 18 | 0 | 0.81 | 0.14 | 0.92 | 310.59 | 0.68 | 0.05 |
| Hex | 15 | 4 | 12 | 0 | 51 | E | 5C | 137 | 44 | 5 |
| Octal | 25 | 4 | 22 | 0 | 121 | 16 | 134 | 467 | 104 | 5 |
| Binary | 10101 | 100 | 10010 | 0 | 1010001 | 1110 | 1011100 | 100110111 | 1000100 | 101 |
Color Harmonies of #150412
Complementary color
Monochromatic Colors of #150412
Black with #150412
Text Example
Text Example
White with #150412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150412; }
p { color: rgb(21,4,18); }
H1.HeaderClassName
{
color: #150412;
}
.AnyTagClassName
{
color: #150412;
}
</style>
background-color css
<style>
a { background-color: #150412; }
a { background-color: rgb(21,4,18); }
div.DivClassName
{
background-color: #150412;
}
.BgClassName
{
background-color: #150412;
}
</style>
border-color css
<style>
span { border-color: #150412; }
span { border-color: rgb(21,4,18); }
td.TdClassName
{
border-color: #150412;
}
.TagClassName
{
border-color: #150412;
}
</style>