Shades of Melanzane #21041B
Tints of Melanzane #21041B
RGB
CMYK
RGB Variations
Color information
#21041B (or 0x21041B) is known color: Melanzane. HEX triplet: 21, 04 and 1B. RGB value is (33,4,27). Sum of RGB (Red+Green+Blue) = 33+4+27=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21041B is #DEFBE4. Grayscale: #0F0F0F. Windows color (decimal): -14613477 or 1770529. OLE color: 1770529.
HSL color Cylindrical-coordinate representation of color #21041B: hue angle of 312.41º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21041B is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 27 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.87 |
| HSL | 312.41º | 0.78% | 0.07% | - |
| HSV(B) | 312.41º | 0.88% | 0.13% | - |
| XYZ | 0.87 | 0.49 | 1.09 | - |
| YUV | 15.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 27 | 0 | 0.88 | 0.18 | 0.87 | 312.41 | 0.78 | 0.07 |
| Hex | 21 | 4 | 1B | 0 | 58 | 12 | 57 | 138 | 4E | 7 |
| Octal | 41 | 4 | 33 | 0 | 130 | 22 | 127 | 470 | 116 | 7 |
| Binary | 100001 | 100 | 11011 | 0 | 1011000 | 10010 | 1010111 | 100111000 | 1001110 | 111 |
Color Harmonies of #21041B
Complementary color
Monochromatic Colors of #21041B
Black with #21041B
Text Example
Text Example
White with #21041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21041B; }
p { color: rgb(33,4,27); }
H1.HeaderClassName
{
color: #21041B;
}
.AnyTagClassName
{
color: #21041B;
}
</style>
background-color css
<style>
a { background-color: #21041B; }
a { background-color: rgb(33,4,27); }
div.DivClassName
{
background-color: #21041B;
}
.BgClassName
{
background-color: #21041B;
}
</style>
border-color css
<style>
span { border-color: #21041B; }
span { border-color: rgb(33,4,27); }
td.TdClassName
{
border-color: #21041B;
}
.TagClassName
{
border-color: #21041B;
}
</style>