Shades of Melanzane #21151C
Tints of Melanzane #21151C
RGB
CMYK
RGB Variations
Color information
#21151C (or 0x21151C) is known color: Melanzane. HEX triplet: 21, 15 and 1C. RGB value is (33,21,28). Sum of RGB (Red+Green+Blue) = 33+21+28=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151C is #DEEAE3. Grayscale: #191919. Windows color (decimal): -14609124 or 1840417. OLE color: 1840417.
HSL color Cylindrical-coordinate representation of color #21151C: hue angle of 325º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #21151C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 28 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.87 |
| HSL | 325º | 0.22% | 0.11% | - |
| HSV(B) | 325º | 0.36% | 0.13% | - |
| XYZ | 1.1 | 0.94 | 1.22 | - |
| YUV | 25.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 28 | 0 | 0.36 | 0.15 | 0.87 | 325 | 0.22 | 0.11 |
| Hex | 21 | 15 | 1C | 0 | 24 | F | 57 | 145 | 16 | B |
| Octal | 41 | 25 | 34 | 0 | 44 | 17 | 127 | 505 | 26 | 13 |
| Binary | 100001 | 10101 | 11100 | 0 | 100100 | 1111 | 1010111 | 101000101 | 10110 | 1011 |
Color Harmonies of #21151C
Complementary color
Monochromatic Colors of #21151C
Black with #21151C
Text Example
Text Example
White with #21151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21151C; }
p { color: rgb(33,21,28); }
H1.HeaderClassName
{
color: #21151C;
}
.AnyTagClassName
{
color: #21151C;
}
</style>
background-color css
<style>
a { background-color: #21151C; }
a { background-color: rgb(33,21,28); }
div.DivClassName
{
background-color: #21151C;
}
.BgClassName
{
background-color: #21151C;
}
</style>
border-color css
<style>
span { border-color: #21151C; }
span { border-color: rgb(33,21,28); }
td.TdClassName
{
border-color: #21151C;
}
.TagClassName
{
border-color: #21151C;
}
</style>