Shades of Melanzane #221F21
Tints of Melanzane #221F21
RGB
CMYK
RGB Variations
Color information
#221F21 (or 0x221F21) is known color: Melanzane. HEX triplet: 22, 1F and 21. RGB value is (34,31,33). Sum of RGB (Red+Green+Blue) = 34+31+33=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 34 - color contains mainly: red. Hex color #221F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F21 is #DDE0DE. Grayscale: #202020. Windows color (decimal): -14541023 or 2170658. OLE color: 2170658.
HSL color Cylindrical-coordinate representation of color #221F21: hue angle of 320º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #221F21 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 31 | 33 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.87 |
| HSL | 320º | 0.05% | 0.13% | - |
| HSV(B) | 320º | 0.09% | 0.13% | - |
| XYZ | 1.42 | 1.43 | 1.64 | - |
| YUV | 32.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 33 | 0 | 0.09 | 0.03 | 0.87 | 320 | 0.05 | 0.13 |
| Hex | 22 | 1F | 21 | 0 | 9 | 3 | 57 | 140 | 5 | D |
| Octal | 42 | 37 | 41 | 0 | 11 | 3 | 127 | 500 | 5 | 15 |
| Binary | 100010 | 11111 | 100001 | 0 | 1001 | 11 | 1010111 | 101000000 | 101 | 1101 |
Color Harmonies of #221F21
Complementary color
Monochromatic Colors of #221F21
Black with #221F21
Text Example
Text Example
White with #221F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F21; }
p { color: rgb(34,31,33); }
H1.HeaderClassName
{
color: #221F21;
}
.AnyTagClassName
{
color: #221F21;
}
</style>
background-color css
<style>
a { background-color: #221F21; }
a { background-color: rgb(34,31,33); }
div.DivClassName
{
background-color: #221F21;
}
.BgClassName
{
background-color: #221F21;
}
</style>
border-color css
<style>
span { border-color: #221F21; }
span { border-color: rgb(34,31,33); }
td.TdClassName
{
border-color: #221F21;
}
.TagClassName
{
border-color: #221F21;
}
</style>