Shades of Black Forest #293C1A
Tints of Black Forest #293C1A
RGB
CMYK
RGB Variations
Color information
#293C1A (or 0x293C1A) is known color: Black Forest. HEX triplet: 29, 3C and 1A. RGB value is (41,60,26). Sum of RGB (Red+Green+Blue) = 41+60+26=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #293C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C1A is #D6C3E5. Grayscale: #323232. Windows color (decimal): -14074854 or 1719337. OLE color: 1719337.
HSL color Cylindrical-coordinate representation of color #293C1A: hue angle of 93.53º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293C1A is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 26 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.76 |
| HSL | 93.53º | 0.4% | 0.17% | - |
| HSV(B) | 93.53º | 0.57% | 0.24% | - |
| XYZ | 2.72 | 3.78 | 1.56 | - |
| YUV | 50.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 26 | 0.32 | 0 | 0.57 | 0.76 | 93.53 | 0.4 | 0.17 |
| Hex | 29 | 3C | 1A | 20 | 0 | 39 | 4C | 5E | 28 | 11 |
| Octal | 51 | 74 | 32 | 40 | 0 | 71 | 114 | 136 | 50 | 21 |
| Binary | 101001 | 111100 | 11010 | 100000 | 0 | 111001 | 1001100 | 1011110 | 101000 | 10001 |
Color Harmonies of #293C1A
Complementary color
Monochromatic Colors of #293C1A
Black with #293C1A
Text Example
Text Example
White with #293C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C1A; }
p { color: rgb(41,60,26); }
H1.HeaderClassName
{
color: #293C1A;
}
.AnyTagClassName
{
color: #293C1A;
}
</style>
background-color css
<style>
a { background-color: #293C1A; }
a { background-color: rgb(41,60,26); }
div.DivClassName
{
background-color: #293C1A;
}
.BgClassName
{
background-color: #293C1A;
}
</style>
border-color css
<style>
span { border-color: #293C1A; }
span { border-color: rgb(41,60,26); }
td.TdClassName
{
border-color: #293C1A;
}
.TagClassName
{
border-color: #293C1A;
}
</style>