Shades of Melanzane #21021A
Tints of Melanzane #21021A
RGB
CMYK
RGB Variations
Color information
#21021A (or 0x21021A) is known color: Melanzane. HEX triplet: 21, 02 and 1A. RGB value is (33,2,26). Sum of RGB (Red+Green+Blue) = 33+2+26=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21021A is #DEFDE5. Grayscale: #0D0D0D. Windows color (decimal): -14613990 or 1704481. OLE color: 1704481.
HSL color Cylindrical-coordinate representation of color #21021A: hue angle of 313.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21021A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 26 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.87 |
| HSL | 313.55º | 0.89% | 0.07% | - |
| HSV(B) | 313.55º | 0.94% | 0.13% | - |
| XYZ | 0.84 | 0.44 | 1.02 | - |
| YUV | 14.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 26 | 0 | 0.94 | 0.21 | 0.87 | 313.55 | 0.89 | 0.07 |
| Hex | 21 | 2 | 1A | 0 | 5E | 15 | 57 | 13A | 59 | 7 |
| Octal | 41 | 2 | 32 | 0 | 136 | 25 | 127 | 472 | 131 | 7 |
| Binary | 100001 | 10 | 11010 | 0 | 1011110 | 10101 | 1010111 | 100111010 | 1011001 | 111 |
Color Harmonies of #21021A
Complementary color
Monochromatic Colors of #21021A
Black with #21021A
Text Example
Text Example
White with #21021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21021A; }
p { color: rgb(33,2,26); }
H1.HeaderClassName
{
color: #21021A;
}
.AnyTagClassName
{
color: #21021A;
}
</style>
background-color css
<style>
a { background-color: #21021A; }
a { background-color: rgb(33,2,26); }
div.DivClassName
{
background-color: #21021A;
}
.BgClassName
{
background-color: #21021A;
}
</style>
border-color css
<style>
span { border-color: #21021A; }
span { border-color: rgb(33,2,26); }
td.TdClassName
{
border-color: #21021A;
}
.TagClassName
{
border-color: #21021A;
}
</style>