Shades of Black Forest #22321A
Tints of Black Forest #22321A
RGB
CMYK
RGB Variations
Color information
#22321A (or 0x22321A) is known color: Black Forest. HEX triplet: 22, 32 and 1A. RGB value is (34,50,26). Sum of RGB (Red+Green+Blue) = 34+50+26=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #22321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22321A is #DDCDE5. Grayscale: #2A2A2A. Windows color (decimal): -14536166 or 1716770. OLE color: 1716770.
HSL color Cylindrical-coordinate representation of color #22321A: hue angle of 100º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22321A is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 50 | 26 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.80 |
| HSL | 100º | 0.32% | 0.15% | - |
| HSV(B) | 100º | 0.48% | 0.2% | - |
| XYZ | 1.99 | 2.7 | 1.39 | - |
| YUV | 42.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 26 | 0.32 | 0 | 0.48 | 0.80 | 100 | 0.32 | 0.15 |
| Hex | 22 | 32 | 1A | 20 | 0 | 30 | 50 | 64 | 20 | F |
| Octal | 42 | 62 | 32 | 40 | 0 | 60 | 120 | 144 | 40 | 17 |
| Binary | 100010 | 110010 | 11010 | 100000 | 0 | 110000 | 1010000 | 1100100 | 100000 | 1111 |
Color Harmonies of #22321A
Complementary color
Monochromatic Colors of #22321A
Black with #22321A
Text Example
Text Example
White with #22321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22321A; }
p { color: rgb(34,50,26); }
H1.HeaderClassName
{
color: #22321A;
}
.AnyTagClassName
{
color: #22321A;
}
</style>
background-color css
<style>
a { background-color: #22321A; }
a { background-color: rgb(34,50,26); }
div.DivClassName
{
background-color: #22321A;
}
.BgClassName
{
background-color: #22321A;
}
</style>
border-color css
<style>
span { border-color: #22321A; }
span { border-color: rgb(34,50,26); }
td.TdClassName
{
border-color: #22321A;
}
.TagClassName
{
border-color: #22321A;
}
</style>