Shades of Melanzane #150B12
Tints of Melanzane #150B12
RGB
CMYK
RGB Variations
Color information
#150B12 (or 0x150B12) is known color: Melanzane. HEX triplet: 15, 0B and 12. RGB value is (21,11,18). Sum of RGB (Red+Green+Blue) = 21+11+18=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B12 is #EAF4ED. Grayscale: #0E0E0E. Windows color (decimal): -15398126 or 1182485. OLE color: 1182485.
HSL color Cylindrical-coordinate representation of color #150B12: hue angle of 318º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150B12 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 18 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.92 |
| HSL | 318º | 0.31% | 0.06% | - |
| HSV(B) | 318º | 0.48% | 0.08% | - |
| XYZ | 0.54 | 0.44 | 0.63 | - |
| YUV | 14.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 18 | 0 | 0.48 | 0.14 | 0.92 | 318 | 0.31 | 0.06 |
| Hex | 15 | B | 12 | 0 | 30 | E | 5C | 13E | 1F | 6 |
| Octal | 25 | 13 | 22 | 0 | 60 | 16 | 134 | 476 | 37 | 6 |
| Binary | 10101 | 1011 | 10010 | 0 | 110000 | 1110 | 1011100 | 100111110 | 11111 | 110 |
Color Harmonies of #150B12
Complementary color
Monochromatic Colors of #150B12
Black with #150B12
Text Example
Text Example
White with #150B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B12; }
p { color: rgb(21,11,18); }
H1.HeaderClassName
{
color: #150B12;
}
.AnyTagClassName
{
color: #150B12;
}
</style>
background-color css
<style>
a { background-color: #150B12; }
a { background-color: rgb(21,11,18); }
div.DivClassName
{
background-color: #150B12;
}
.BgClassName
{
background-color: #150B12;
}
</style>
border-color css
<style>
span { border-color: #150B12; }
span { border-color: rgb(21,11,18); }
td.TdClassName
{
border-color: #150B12;
}
.TagClassName
{
border-color: #150B12;
}
</style>