Shades of Black Forest #222A1F
Tints of Black Forest #222A1F
RGB
CMYK
RGB Variations
Color information
#222A1F (or 0x222A1F) is known color: Black Forest. HEX triplet: 22, 2A and 1F. RGB value is (34,42,31). Sum of RGB (Red+Green+Blue) = 34+42+31=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 42 - color contains mainly: green. Hex color #222A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A1F is #DDD5E0. Grayscale: #262626. Windows color (decimal): -14538209 or 2042402. OLE color: 2042402.
HSL color Cylindrical-coordinate representation of color #222A1F: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #222A1F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 42 | 31 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.84 |
| HSL | 103.64º | 0.15% | 0.14% | - |
| HSV(B) | 103.64º | 0.26% | 0.16% | - |
| XYZ | 1.73 | 2.09 | 1.61 | - |
| YUV | 38.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 31 | 0.19 | 0 | 0.26 | 0.84 | 103.64 | 0.15 | 0.14 |
| Hex | 22 | 2A | 1F | 13 | 0 | 1A | 54 | 68 | F | E |
| Octal | 42 | 52 | 37 | 23 | 0 | 32 | 124 | 150 | 17 | 16 |
| Binary | 100010 | 101010 | 11111 | 10011 | 0 | 11010 | 1010100 | 1101000 | 1111 | 1110 |
Color Harmonies of #222A1F
Complementary color
Monochromatic Colors of #222A1F
Black with #222A1F
Text Example
Text Example
White with #222A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A1F; }
p { color: rgb(34,42,31); }
H1.HeaderClassName
{
color: #222A1F;
}
.AnyTagClassName
{
color: #222A1F;
}
</style>
background-color css
<style>
a { background-color: #222A1F; }
a { background-color: rgb(34,42,31); }
div.DivClassName
{
background-color: #222A1F;
}
.BgClassName
{
background-color: #222A1F;
}
</style>
border-color css
<style>
span { border-color: #222A1F; }
span { border-color: rgb(34,42,31); }
td.TdClassName
{
border-color: #222A1F;
}
.TagClassName
{
border-color: #222A1F;
}
</style>