Shades of Black Forest #222521
Tints of Black Forest #222521
RGB
CMYK
RGB Variations
Color information
#222521 (or 0x222521) is known color: Black Forest. HEX triplet: 22, 25 and 21. RGB value is (34,37,33). Sum of RGB (Red+Green+Blue) = 34+37+33=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #222521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222521 is #DDDADE. Grayscale: #232323. Windows color (decimal): -14539487 or 2172194. OLE color: 2172194.
HSL color Cylindrical-coordinate representation of color #222521: hue angle of 105º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #222521 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 37 | 33 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.85 |
| HSL | 105º | 0.06% | 0.14% | - |
| HSV(B) | 105º | 0.11% | 0.15% | - |
| XYZ | 1.6 | 1.77 | 1.7 | - |
| YUV | 35.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 33 | 0.08 | 0 | 0.11 | 0.85 | 105 | 0.06 | 0.14 |
| Hex | 22 | 25 | 21 | 8 | 0 | B | 55 | 69 | 6 | E |
| Octal | 42 | 45 | 41 | 10 | 0 | 13 | 125 | 151 | 6 | 16 |
| Binary | 100010 | 100101 | 100001 | 1000 | 0 | 1011 | 1010101 | 1101001 | 110 | 1110 |
Color Harmonies of #222521
Complementary color
Monochromatic Colors of #222521
Black with #222521
Text Example
Text Example
White with #222521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222521; }
p { color: rgb(34,37,33); }
H1.HeaderClassName
{
color: #222521;
}
.AnyTagClassName
{
color: #222521;
}
</style>
background-color css
<style>
a { background-color: #222521; }
a { background-color: rgb(34,37,33); }
div.DivClassName
{
background-color: #222521;
}
.BgClassName
{
background-color: #222521;
}
</style>
border-color css
<style>
span { border-color: #222521; }
span { border-color: rgb(34,37,33); }
td.TdClassName
{
border-color: #222521;
}
.TagClassName
{
border-color: #222521;
}
</style>