Shades of Melanzane #21151D
Tints of Melanzane #21151D
RGB
CMYK
RGB Variations
Color information
#21151D (or 0x21151D) is known color: Melanzane. HEX triplet: 21, 15 and 1D. RGB value is (33,21,29). Sum of RGB (Red+Green+Blue) = 33+21+29=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151D is #DEEAE2. Grayscale: #191919. Windows color (decimal): -14609123 or 1905953. OLE color: 1905953.
HSL color Cylindrical-coordinate representation of color #21151D: hue angle of 320º 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 #21151D is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 29 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.87 |
| HSL | 320º | 0.22% | 0.11% | - |
| HSV(B) | 320º | 0.36% | 0.13% | - |
| XYZ | 1.12 | 0.95 | 1.29 | - |
| YUV | 25.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 29 | 0 | 0.36 | 0.12 | 0.87 | 320 | 0.22 | 0.11 |
| Hex | 21 | 15 | 1D | 0 | 24 | C | 57 | 140 | 16 | B |
| Octal | 41 | 25 | 35 | 0 | 44 | 14 | 127 | 500 | 26 | 13 |
| Binary | 100001 | 10101 | 11101 | 0 | 100100 | 1100 | 1010111 | 101000000 | 10110 | 1011 |
Color Harmonies of #21151D
Complementary color
Monochromatic Colors of #21151D
Black with #21151D
Text Example
Text Example
White with #21151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21151D; }
p { color: rgb(33,21,29); }
H1.HeaderClassName
{
color: #21151D;
}
.AnyTagClassName
{
color: #21151D;
}
</style>
background-color css
<style>
a { background-color: #21151D; }
a { background-color: rgb(33,21,29); }
div.DivClassName
{
background-color: #21151D;
}
.BgClassName
{
background-color: #21151D;
}
</style>
border-color css
<style>
span { border-color: #21151D; }
span { border-color: rgb(33,21,29); }
td.TdClassName
{
border-color: #21151D;
}
.TagClassName
{
border-color: #21151D;
}
</style>