Shades of Melanzane #150A10
Tints of Melanzane #150A10
RGB
CMYK
RGB Variations
Color information
#150A10 (or 0x150A10) is known color: Melanzane. HEX triplet: 15, 0A and 10. RGB value is (21,10,16). Sum of RGB (Red+Green+Blue) = 21+10+16=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A10 is #EAF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15398384 or 1051157. OLE color: 1051157.
HSL color Cylindrical-coordinate representation of color #150A10: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A10 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 16 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.92 |
| HSL | 327.27º | 0.35% | 0.06% | - |
| HSV(B) | 327.27º | 0.52% | 0.08% | - |
| XYZ | 0.51 | 0.41 | 0.54 | - |
| YUV | 13.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 16 | 0 | 0.52 | 0.24 | 0.92 | 327.27 | 0.35 | 0.06 |
| Hex | 15 | A | 10 | 0 | 34 | 18 | 5C | 147 | 23 | 6 |
| Octal | 25 | 12 | 20 | 0 | 64 | 30 | 134 | 507 | 43 | 6 |
| Binary | 10101 | 1010 | 10000 | 0 | 110100 | 11000 | 1011100 | 101000111 | 100011 | 110 |
Color Harmonies of #150A10
Complementary color
Monochromatic Colors of #150A10
Black with #150A10
Text Example
Text Example
White with #150A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A10; }
p { color: rgb(21,10,16); }
H1.HeaderClassName
{
color: #150A10;
}
.AnyTagClassName
{
color: #150A10;
}
</style>
background-color css
<style>
a { background-color: #150A10; }
a { background-color: rgb(21,10,16); }
div.DivClassName
{
background-color: #150A10;
}
.BgClassName
{
background-color: #150A10;
}
</style>
border-color css
<style>
span { border-color: #150A10; }
span { border-color: rgb(21,10,16); }
td.TdClassName
{
border-color: #150A10;
}
.TagClassName
{
border-color: #150A10;
}
</style>