Shades of Black Forest #293B1B
Tints of Black Forest #293B1B
RGB
CMYK
RGB Variations
Color information
#293B1B (or 0x293B1B) is known color: Black Forest. HEX triplet: 29, 3B and 1B. RGB value is (41,59,27). Sum of RGB (Red+Green+Blue) = 41+59+27=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #293B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B1B is #D6C4E4. Grayscale: #323232. Windows color (decimal): -14075109 or 1784617. OLE color: 1784617.
HSL color Cylindrical-coordinate representation of color #293B1B: hue angle of 93.75º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293B1B is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 27 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.77 |
| HSL | 93.75º | 0.37% | 0.17% | - |
| HSV(B) | 93.75º | 0.54% | 0.23% | - |
| XYZ | 2.68 | 3.68 | 1.61 | - |
| YUV | 49.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 27 | 0.31 | 0 | 0.54 | 0.77 | 93.75 | 0.37 | 0.17 |
| Hex | 29 | 3B | 1B | 1F | 0 | 36 | 4D | 5E | 25 | 11 |
| Octal | 51 | 73 | 33 | 37 | 0 | 66 | 115 | 136 | 45 | 21 |
| Binary | 101001 | 111011 | 11011 | 11111 | 0 | 110110 | 1001101 | 1011110 | 100101 | 10001 |
Color Harmonies of #293B1B
Complementary color
Monochromatic Colors of #293B1B
Black with #293B1B
Text Example
Text Example
White with #293B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B1B; }
p { color: rgb(41,59,27); }
H1.HeaderClassName
{
color: #293B1B;
}
.AnyTagClassName
{
color: #293B1B;
}
</style>
background-color css
<style>
a { background-color: #293B1B; }
a { background-color: rgb(41,59,27); }
div.DivClassName
{
background-color: #293B1B;
}
.BgClassName
{
background-color: #293B1B;
}
</style>
border-color css
<style>
span { border-color: #293B1B; }
span { border-color: rgb(41,59,27); }
td.TdClassName
{
border-color: #293B1B;
}
.TagClassName
{
border-color: #293B1B;
}
</style>