Shades of Black Forest #293F1D
Tints of Black Forest #293F1D
RGB
CMYK
RGB Variations
Color information
#293F1D (or 0x293F1D) is known color: Black Forest. HEX triplet: 29, 3F and 1D. RGB value is (41,63,29). Sum of RGB (Red+Green+Blue) = 41+63+29=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #293F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F1D is #D6C0E2. Grayscale: #343434. Windows color (decimal): -14074083 or 1916713. OLE color: 1916713.
HSL color Cylindrical-coordinate representation of color #293F1D: hue angle of 98.82º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293F1D is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 29 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.75 |
| HSL | 98.82º | 0.37% | 0.18% | - |
| HSV(B) | 98.82º | 0.54% | 0.25% | - |
| XYZ | 2.91 | 4.12 | 1.8 | - |
| YUV | 52.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 29 | 0.35 | 0 | 0.54 | 0.75 | 98.82 | 0.37 | 0.18 |
| Hex | 29 | 3F | 1D | 23 | 0 | 36 | 4B | 63 | 25 | 12 |
| Octal | 51 | 77 | 35 | 43 | 0 | 66 | 113 | 143 | 45 | 22 |
| Binary | 101001 | 111111 | 11101 | 100011 | 0 | 110110 | 1001011 | 1100011 | 100101 | 10010 |
Color Harmonies of #293F1D
Complementary color
Monochromatic Colors of #293F1D
Black with #293F1D
Text Example
Text Example
White with #293F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F1D; }
p { color: rgb(41,63,29); }
H1.HeaderClassName
{
color: #293F1D;
}
.AnyTagClassName
{
color: #293F1D;
}
</style>
background-color css
<style>
a { background-color: #293F1D; }
a { background-color: rgb(41,63,29); }
div.DivClassName
{
background-color: #293F1D;
}
.BgClassName
{
background-color: #293F1D;
}
</style>
border-color css
<style>
span { border-color: #293F1D; }
span { border-color: rgb(41,63,29); }
td.TdClassName
{
border-color: #293F1D;
}
.TagClassName
{
border-color: #293F1D;
}
</style>