Shades of Melanzane #22021B
Tints of Melanzane #22021B
RGB
CMYK
RGB Variations
Color information
#22021B (or 0x22021B) is known color: Melanzane. HEX triplet: 22, 02 and 1B. RGB value is (34,2,27). Sum of RGB (Red+Green+Blue) = 34+2+27=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #22021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22021B is #DDFDE4. Grayscale: #0E0E0E. Windows color (decimal): -14548453 or 1770018. OLE color: 1770018.
HSL color Cylindrical-coordinate representation of color #22021B: hue angle of 313.12º 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 #22021B is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.87 |
| HSL | 313.13º | 0.89% | 0.07% | - |
| HSV(B) | 313.13º | 0.94% | 0.13% | - |
| XYZ | 0.88 | 0.46 | 1.08 | - |
| YUV | 14.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 27 | 0 | 0.94 | 0.21 | 0.87 | 313.13 | 0.89 | 0.07 |
| Hex | 22 | 2 | 1B | 0 | 5E | 15 | 57 | 139 | 59 | 7 |
| Octal | 42 | 2 | 33 | 0 | 136 | 25 | 127 | 471 | 131 | 7 |
| Binary | 100010 | 10 | 11011 | 0 | 1011110 | 10101 | 1010111 | 100111001 | 1011001 | 111 |
Color Harmonies of #22021B
Complementary color
Monochromatic Colors of #22021B
Black with #22021B
Text Example
Text Example
White with #22021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22021B; }
p { color: rgb(34,2,27); }
H1.HeaderClassName
{
color: #22021B;
}
.AnyTagClassName
{
color: #22021B;
}
</style>
background-color css
<style>
a { background-color: #22021B; }
a { background-color: rgb(34,2,27); }
div.DivClassName
{
background-color: #22021B;
}
.BgClassName
{
background-color: #22021B;
}
</style>
border-color css
<style>
span { border-color: #22021B; }
span { border-color: rgb(34,2,27); }
td.TdClassName
{
border-color: #22021B;
}
.TagClassName
{
border-color: #22021B;
}
</style>