Shades of Black Forest #293521
Tints of Black Forest #293521
RGB
CMYK
RGB Variations
Color information
#293521 (or 0x293521) is known color: Black Forest. HEX triplet: 29, 35 and 21. RGB value is (41,53,33). Sum of RGB (Red+Green+Blue) = 41+53+33=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #293521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293521 is #D6CADE. Grayscale: #2F2F2F. Windows color (decimal): -14076639 or 2176297. OLE color: 2176297.
HSL color Cylindrical-coordinate representation of color #293521: hue angle of 96º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293521 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 33 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.79 |
| HSL | 96º | 0.23% | 0.17% | - |
| HSV(B) | 96º | 0.38% | 0.21% | - |
| XYZ | 2.46 | 3.13 | 1.91 | - |
| YUV | 47.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 33 | 0.23 | 0 | 0.38 | 0.79 | 96 | 0.23 | 0.17 |
| Hex | 29 | 35 | 21 | 17 | 0 | 26 | 4F | 60 | 17 | 11 |
| Octal | 51 | 65 | 41 | 27 | 0 | 46 | 117 | 140 | 27 | 21 |
| Binary | 101001 | 110101 | 100001 | 10111 | 0 | 100110 | 1001111 | 1100000 | 10111 | 10001 |
Color Harmonies of #293521
Complementary color
Monochromatic Colors of #293521
Black with #293521
Text Example
Text Example
White with #293521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293521; }
p { color: rgb(41,53,33); }
H1.HeaderClassName
{
color: #293521;
}
.AnyTagClassName
{
color: #293521;
}
</style>
background-color css
<style>
a { background-color: #293521; }
a { background-color: rgb(41,53,33); }
div.DivClassName
{
background-color: #293521;
}
.BgClassName
{
background-color: #293521;
}
</style>
border-color css
<style>
span { border-color: #293521; }
span { border-color: rgb(41,53,33); }
td.TdClassName
{
border-color: #293521;
}
.TagClassName
{
border-color: #293521;
}
</style>