Shades of Melanzane #150C13
Tints of Melanzane #150C13
RGB
CMYK
RGB Variations
Color information
#150C13 (or 0x150C13) is known color: Melanzane. HEX triplet: 15, 0C and 13. RGB value is (21,12,19). Sum of RGB (Red+Green+Blue) = 21+12+19=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C13 is #EAF3EC. Grayscale: #0F0F0F. Windows color (decimal): -15397869 or 1248277. OLE color: 1248277.
HSL color Cylindrical-coordinate representation of color #150C13: hue angle of 313.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C13 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 19 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.92 |
| HSL | 313.33º | 0.27% | 0.06% | - |
| HSV(B) | 313.33º | 0.43% | 0.08% | - |
| XYZ | 0.56 | 0.47 | 0.68 | - |
| YUV | 15.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 19 | 0 | 0.43 | 0.10 | 0.92 | 313.33 | 0.27 | 0.06 |
| Hex | 15 | C | 13 | 0 | 2B | A | 5C | 139 | 1B | 6 |
| Octal | 25 | 14 | 23 | 0 | 53 | 12 | 134 | 471 | 33 | 6 |
| Binary | 10101 | 1100 | 10011 | 0 | 101011 | 1010 | 1011100 | 100111001 | 11011 | 110 |
Color Harmonies of #150C13
Complementary color
Monochromatic Colors of #150C13
Black with #150C13
Text Example
Text Example
White with #150C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C13; }
p { color: rgb(21,12,19); }
H1.HeaderClassName
{
color: #150C13;
}
.AnyTagClassName
{
color: #150C13;
}
</style>
background-color css
<style>
a { background-color: #150C13; }
a { background-color: rgb(21,12,19); }
div.DivClassName
{
background-color: #150C13;
}
.BgClassName
{
background-color: #150C13;
}
</style>
border-color css
<style>
span { border-color: #150C13; }
span { border-color: rgb(21,12,19); }
td.TdClassName
{
border-color: #150C13;
}
.TagClassName
{
border-color: #150C13;
}
</style>