Shades of Black Forest #293A19
Tints of Black Forest #293A19
RGB
CMYK
RGB Variations
Color information
#293A19 (or 0x293A19) is known color: Black Forest. HEX triplet: 29, 3A and 19. RGB value is (41,58,25). Sum of RGB (Red+Green+Blue) = 41+58+25=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #293A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A19 is #D6C5E6. Grayscale: #313131. Windows color (decimal): -14075367 or 1653289. OLE color: 1653289.
HSL color Cylindrical-coordinate representation of color #293A19: hue angle of 90.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293A19 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 25 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.77 |
| HSL | 90.91º | 0.4% | 0.16% | - |
| HSV(B) | 90.91º | 0.57% | 0.23% | - |
| XYZ | 2.6 | 3.57 | 1.47 | - |
| YUV | 49.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 25 | 0.29 | 0 | 0.57 | 0.77 | 90.91 | 0.4 | 0.16 |
| Hex | 29 | 3A | 19 | 1D | 0 | 39 | 4D | 5B | 28 | 10 |
| Octal | 51 | 72 | 31 | 35 | 0 | 71 | 115 | 133 | 50 | 20 |
| Binary | 101001 | 111010 | 11001 | 11101 | 0 | 111001 | 1001101 | 1011011 | 101000 | 10000 |
Color Harmonies of #293A19
Complementary color
Monochromatic Colors of #293A19
Black with #293A19
Text Example
Text Example
White with #293A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A19; }
p { color: rgb(41,58,25); }
H1.HeaderClassName
{
color: #293A19;
}
.AnyTagClassName
{
color: #293A19;
}
</style>
background-color css
<style>
a { background-color: #293A19; }
a { background-color: rgb(41,58,25); }
div.DivClassName
{
background-color: #293A19;
}
.BgClassName
{
background-color: #293A19;
}
</style>
border-color css
<style>
span { border-color: #293A19; }
span { border-color: rgb(41,58,25); }
td.TdClassName
{
border-color: #293A19;
}
.TagClassName
{
border-color: #293A19;
}
</style>