Shades of Black Forest #294114
Tints of Black Forest #294114
RGB
CMYK
RGB Variations
Color information
#294114 (or 0x294114) is known color: Black Forest. HEX triplet: 29, 41 and 14. RGB value is (41,65,20). Sum of RGB (Red+Green+Blue) = 41+65+20=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #294114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294114 is #D6BEEB. Grayscale: #343434. Windows color (decimal): -14073580 or 1327401. OLE color: 1327401.
HSL color Cylindrical-coordinate representation of color #294114: hue angle of 92º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294114 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 20 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.75 |
| HSL | 92º | 0.53% | 0.17% | - |
| HSV(B) | 92º | 0.69% | 0.25% | - |
| XYZ | 2.93 | 4.3 | 1.34 | - |
| YUV | 52.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 20 | 0.37 | 0 | 0.69 | 0.75 | 92 | 0.53 | 0.17 |
| Hex | 29 | 41 | 14 | 25 | 0 | 45 | 4B | 5C | 35 | 11 |
| Octal | 51 | 101 | 24 | 45 | 0 | 105 | 113 | 134 | 65 | 21 |
| Binary | 101001 | 1000001 | 10100 | 100101 | 0 | 1000101 | 1001011 | 1011100 | 110101 | 10001 |
Color Harmonies of #294114
Complementary color
Monochromatic Colors of #294114
Black with #294114
Text Example
Text Example
White with #294114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294114; }
p { color: rgb(41,65,20); }
H1.HeaderClassName
{
color: #294114;
}
.AnyTagClassName
{
color: #294114;
}
</style>
background-color css
<style>
a { background-color: #294114; }
a { background-color: rgb(41,65,20); }
div.DivClassName
{
background-color: #294114;
}
.BgClassName
{
background-color: #294114;
}
</style>
border-color css
<style>
span { border-color: #294114; }
span { border-color: rgb(41,65,20); }
td.TdClassName
{
border-color: #294114;
}
.TagClassName
{
border-color: #294114;
}
</style>