Shades of Melanzane #15020F
Tints of Melanzane #15020F
RGB
CMYK
RGB Variations
Color information
#15020F (or 0x15020F) is known color: Melanzane. HEX triplet: 15, 02 and 0F. RGB value is (21,2,15). Sum of RGB (Red+Green+Blue) = 21+2+15=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020F is #EAFDF0. Grayscale: #090909. Windows color (decimal): -15400433 or 983573. OLE color: 983573.
HSL color Cylindrical-coordinate representation of color #15020F: hue angle of 318.95º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 15 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.92 |
| HSL | 318.95º | 0.83% | 0.05% | - |
| HSV(B) | 318.95º | 0.9% | 0.08% | - |
| XYZ | 0.42 | 0.24 | 0.48 | - |
| YUV | 9.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 15 | 0 | 0.90 | 0.29 | 0.92 | 318.95 | 0.83 | 0.05 |
| Hex | 15 | 2 | F | 0 | 5A | 1D | 5C | 13F | 53 | 5 |
| Octal | 25 | 2 | 17 | 0 | 132 | 35 | 134 | 477 | 123 | 5 |
| Binary | 10101 | 10 | 1111 | 0 | 1011010 | 11101 | 1011100 | 100111111 | 1010011 | 101 |
Color Harmonies of #15020F
Complementary color
Monochromatic Colors of #15020F
Black with #15020F
Text Example
Text Example
White with #15020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15020F; }
p { color: rgb(21,2,15); }
H1.HeaderClassName
{
color: #15020F;
}
.AnyTagClassName
{
color: #15020F;
}
</style>
background-color css
<style>
a { background-color: #15020F; }
a { background-color: rgb(21,2,15); }
div.DivClassName
{
background-color: #15020F;
}
.BgClassName
{
background-color: #15020F;
}
</style>
border-color css
<style>
span { border-color: #15020F; }
span { border-color: rgb(21,2,15); }
td.TdClassName
{
border-color: #15020F;
}
.TagClassName
{
border-color: #15020F;
}
</style>