Shades of Melanzane #21191D
Tints of Melanzane #21191D
RGB
CMYK
RGB Variations
Color information
#21191D (or 0x21191D) is known color: Melanzane. HEX triplet: 21, 19 and 1D. RGB value is (33,25,29). Sum of RGB (Red+Green+Blue) = 33+25+29=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #21191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21191D is #DEE6E2. Grayscale: #1B1B1B. Windows color (decimal): -14608099 or 1906977. OLE color: 1906977.
HSL color Cylindrical-coordinate representation of color #21191D: hue angle of 330º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #21191D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 29 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.87 |
| HSL | 330º | 0.14% | 0.11% | - |
| HSV(B) | 330º | 0.24% | 0.13% | - |
| XYZ | 1.2 | 1.11 | 1.31 | - |
| YUV | 27.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 29 | 0 | 0.24 | 0.12 | 0.87 | 330 | 0.14 | 0.11 |
| Hex | 21 | 19 | 1D | 0 | 18 | C | 57 | 14A | E | B |
| Octal | 41 | 31 | 35 | 0 | 30 | 14 | 127 | 512 | 16 | 13 |
| Binary | 100001 | 11001 | 11101 | 0 | 11000 | 1100 | 1010111 | 101001010 | 1110 | 1011 |
Color Harmonies of #21191D
Complementary color
Monochromatic Colors of #21191D
Black with #21191D
Text Example
Text Example
White with #21191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21191D; }
p { color: rgb(33,25,29); }
H1.HeaderClassName
{
color: #21191D;
}
.AnyTagClassName
{
color: #21191D;
}
</style>
background-color css
<style>
a { background-color: #21191D; }
a { background-color: rgb(33,25,29); }
div.DivClassName
{
background-color: #21191D;
}
.BgClassName
{
background-color: #21191D;
}
</style>
border-color css
<style>
span { border-color: #21191D; }
span { border-color: rgb(33,25,29); }
td.TdClassName
{
border-color: #21191D;
}
.TagClassName
{
border-color: #21191D;
}
</style>