Shades of Black Forest #294119
Tints of Black Forest #294119
RGB
CMYK
RGB Variations
Color information
#294119 (or 0x294119) is known color: Black Forest. HEX triplet: 29, 41 and 19. RGB value is (41,65,25). Sum of RGB (Red+Green+Blue) = 41+65+25=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #294119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294119 is #D6BEE6. Grayscale: #353535. Windows color (decimal): -14073575 or 1655081. OLE color: 1655081.
HSL color Cylindrical-coordinate representation of color #294119: hue angle of 96º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294119 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 25 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.75 |
| HSL | 96º | 0.44% | 0.18% | - |
| HSV(B) | 96º | 0.62% | 0.25% | - |
| XYZ | 2.98 | 4.32 | 1.6 | - |
| YUV | 53.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 25 | 0.37 | 0 | 0.62 | 0.75 | 96 | 0.44 | 0.18 |
| Hex | 29 | 41 | 19 | 25 | 0 | 3E | 4B | 60 | 2C | 12 |
| Octal | 51 | 101 | 31 | 45 | 0 | 76 | 113 | 140 | 54 | 22 |
| Binary | 101001 | 1000001 | 11001 | 100101 | 0 | 111110 | 1001011 | 1100000 | 101100 | 10010 |
Color Harmonies of #294119
Complementary color
Monochromatic Colors of #294119
Black with #294119
Text Example
Text Example
White with #294119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294119; }
p { color: rgb(41,65,25); }
H1.HeaderClassName
{
color: #294119;
}
.AnyTagClassName
{
color: #294119;
}
</style>
background-color css
<style>
a { background-color: #294119; }
a { background-color: rgb(41,65,25); }
div.DivClassName
{
background-color: #294119;
}
.BgClassName
{
background-color: #294119;
}
</style>
border-color css
<style>
span { border-color: #294119; }
span { border-color: rgb(41,65,25); }
td.TdClassName
{
border-color: #294119;
}
.TagClassName
{
border-color: #294119;
}
</style>