Shades of Melanzane #221920
Tints of Melanzane #221920
RGB
CMYK
RGB Variations
Color information
#221920 (or 0x221920) is known color: Melanzane. HEX triplet: 22, 19 and 20. RGB value is (34,25,32). Sum of RGB (Red+Green+Blue) = 34+25+32=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221920 is #DDE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14542560 or 2103586. OLE color: 2103586.
HSL color Cylindrical-coordinate representation of color #221920: hue angle of 313.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221920 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 32 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.87 |
| HSL | 313.33º | 0.15% | 0.12% | - |
| HSV(B) | 313.33º | 0.26% | 0.13% | - |
| XYZ | 1.27 | 1.14 | 1.52 | - |
| YUV | 28.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 32 | 0 | 0.26 | 0.06 | 0.87 | 313.33 | 0.15 | 0.12 |
| Hex | 22 | 19 | 20 | 0 | 1A | 6 | 57 | 139 | F | C |
| Octal | 42 | 31 | 40 | 0 | 32 | 6 | 127 | 471 | 17 | 14 |
| Binary | 100010 | 11001 | 100000 | 0 | 11010 | 110 | 1010111 | 100111001 | 1111 | 1100 |
Color Harmonies of #221920
Complementary color
Monochromatic Colors of #221920
Black with #221920
Text Example
Text Example
White with #221920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221920; }
p { color: rgb(34,25,32); }
H1.HeaderClassName
{
color: #221920;
}
.AnyTagClassName
{
color: #221920;
}
</style>
background-color css
<style>
a { background-color: #221920; }
a { background-color: rgb(34,25,32); }
div.DivClassName
{
background-color: #221920;
}
.BgClassName
{
background-color: #221920;
}
</style>
border-color css
<style>
span { border-color: #221920; }
span { border-color: rgb(34,25,32); }
td.TdClassName
{
border-color: #221920;
}
.TagClassName
{
border-color: #221920;
}
</style>