Shades of Black Forest #293422
Tints of Black Forest #293422
RGB
CMYK
RGB Variations
Color information
#293422 (or 0x293422) is known color: Black Forest. HEX triplet: 29, 34 and 22. RGB value is (41,52,34). Sum of RGB (Red+Green+Blue) = 41+52+34=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #293422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293422 is #D6CBDD. Grayscale: #2E2E2E. Windows color (decimal): -14076894 or 2241577. OLE color: 2241577.
HSL color Cylindrical-coordinate representation of color #293422: hue angle of 96.67º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293422 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 52 | 34 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.80 |
| HSL | 96.67º | 0.21% | 0.17% | - |
| HSV(B) | 96.67º | 0.35% | 0.2% | - |
| XYZ | 2.43 | 3.04 | 1.97 | - |
| YUV | 46.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 34 | 0.21 | 0 | 0.35 | 0.80 | 96.67 | 0.21 | 0.17 |
| Hex | 29 | 34 | 22 | 15 | 0 | 23 | 50 | 61 | 15 | 11 |
| Octal | 51 | 64 | 42 | 25 | 0 | 43 | 120 | 141 | 25 | 21 |
| Binary | 101001 | 110100 | 100010 | 10101 | 0 | 100011 | 1010000 | 1100001 | 10101 | 10001 |
Color Harmonies of #293422
Complementary color
Monochromatic Colors of #293422
Black with #293422
Text Example
Text Example
White with #293422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293422; }
p { color: rgb(41,52,34); }
H1.HeaderClassName
{
color: #293422;
}
.AnyTagClassName
{
color: #293422;
}
</style>
background-color css
<style>
a { background-color: #293422; }
a { background-color: rgb(41,52,34); }
div.DivClassName
{
background-color: #293422;
}
.BgClassName
{
background-color: #293422;
}
</style>
border-color css
<style>
span { border-color: #293422; }
span { border-color: rgb(41,52,34); }
td.TdClassName
{
border-color: #293422;
}
.TagClassName
{
border-color: #293422;
}
</style>