Shades of Black Forest #293B18
Tints of Black Forest #293B18
RGB
CMYK
RGB Variations
Color information
#293B18 (or 0x293B18) is known color: Black Forest. HEX triplet: 29, 3B and 18. RGB value is (41,59,24). Sum of RGB (Red+Green+Blue) = 41+59+24=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #293B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B18 is #D6C4E7. Grayscale: #313131. Windows color (decimal): -14075112 or 1588009. OLE color: 1588009.
HSL color Cylindrical-coordinate representation of color #293B18: hue angle of 90.86º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293B18 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 24 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.77 |
| HSL | 90.86º | 0.42% | 0.16% | - |
| HSV(B) | 90.86º | 0.59% | 0.23% | - |
| XYZ | 2.64 | 3.67 | 1.43 | - |
| YUV | 49.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 24 | 0.31 | 0 | 0.59 | 0.77 | 90.86 | 0.42 | 0.16 |
| Hex | 29 | 3B | 18 | 1F | 0 | 3B | 4D | 5B | 2A | 10 |
| Octal | 51 | 73 | 30 | 37 | 0 | 73 | 115 | 133 | 52 | 20 |
| Binary | 101001 | 111011 | 11000 | 11111 | 0 | 111011 | 1001101 | 1011011 | 101010 | 10000 |
Color Harmonies of #293B18
Complementary color
Monochromatic Colors of #293B18
Black with #293B18
Text Example
Text Example
White with #293B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B18; }
p { color: rgb(41,59,24); }
H1.HeaderClassName
{
color: #293B18;
}
.AnyTagClassName
{
color: #293B18;
}
</style>
background-color css
<style>
a { background-color: #293B18; }
a { background-color: rgb(41,59,24); }
div.DivClassName
{
background-color: #293B18;
}
.BgClassName
{
background-color: #293B18;
}
</style>
border-color css
<style>
span { border-color: #293B18; }
span { border-color: rgb(41,59,24); }
td.TdClassName
{
border-color: #293B18;
}
.TagClassName
{
border-color: #293B18;
}
</style>