Shades of Melanzane #150812
Tints of Melanzane #150812
RGB
CMYK
RGB Variations
Color information
#150812 (or 0x150812) is known color: Melanzane. HEX triplet: 15, 08 and 12. RGB value is (21,8,18). Sum of RGB (Red+Green+Blue) = 21+8+18=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150812 is #EAF7ED. Grayscale: #0D0D0D. Windows color (decimal): -15398894 or 1181717. OLE color: 1181717.
HSL color Cylindrical-coordinate representation of color #150812: hue angle of 313.85º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150812 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 18 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.92 |
| HSL | 313.85º | 0.45% | 0.06% | - |
| HSV(B) | 313.85º | 0.62% | 0.08% | - |
| XYZ | 0.51 | 0.38 | 0.62 | - |
| YUV | 13.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 18 | 0 | 0.62 | 0.14 | 0.92 | 313.85 | 0.45 | 0.06 |
| Hex | 15 | 8 | 12 | 0 | 3E | E | 5C | 13A | 2D | 6 |
| Octal | 25 | 10 | 22 | 0 | 76 | 16 | 134 | 472 | 55 | 6 |
| Binary | 10101 | 1000 | 10010 | 0 | 111110 | 1110 | 1011100 | 100111010 | 101101 | 110 |
Color Harmonies of #150812
Complementary color
Monochromatic Colors of #150812
Black with #150812
Text Example
Text Example
White with #150812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150812; }
p { color: rgb(21,8,18); }
H1.HeaderClassName
{
color: #150812;
}
.AnyTagClassName
{
color: #150812;
}
</style>
background-color css
<style>
a { background-color: #150812; }
a { background-color: rgb(21,8,18); }
div.DivClassName
{
background-color: #150812;
}
.BgClassName
{
background-color: #150812;
}
</style>
border-color css
<style>
span { border-color: #150812; }
span { border-color: rgb(21,8,18); }
td.TdClassName
{
border-color: #150812;
}
.TagClassName
{
border-color: #150812;
}
</style>