Shades of Black Forest #293D1D
Tints of Black Forest #293D1D
RGB
CMYK
RGB Variations
Color information
#293D1D (or 0x293D1D) is known color: Black Forest. HEX triplet: 29, 3D and 1D. RGB value is (41,61,29). Sum of RGB (Red+Green+Blue) = 41+61+29=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #293D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D1D is #D6C2E2. Grayscale: #333333. Windows color (decimal): -14074595 or 1916201. OLE color: 1916201.
HSL color Cylindrical-coordinate representation of color #293D1D: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293D1D is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 29 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.76 |
| HSL | 97.5º | 0.36% | 0.18% | - |
| HSV(B) | 97.5º | 0.52% | 0.24% | - |
| XYZ | 2.8 | 3.9 | 1.77 | - |
| YUV | 51.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 29 | 0.33 | 0 | 0.52 | 0.76 | 97.5 | 0.36 | 0.18 |
| Hex | 29 | 3D | 1D | 21 | 0 | 34 | 4C | 62 | 24 | 12 |
| Octal | 51 | 75 | 35 | 41 | 0 | 64 | 114 | 142 | 44 | 22 |
| Binary | 101001 | 111101 | 11101 | 100001 | 0 | 110100 | 1001100 | 1100010 | 100100 | 10010 |
Color Harmonies of #293D1D
Complementary color
Monochromatic Colors of #293D1D
Black with #293D1D
Text Example
Text Example
White with #293D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D1D; }
p { color: rgb(41,61,29); }
H1.HeaderClassName
{
color: #293D1D;
}
.AnyTagClassName
{
color: #293D1D;
}
</style>
background-color css
<style>
a { background-color: #293D1D; }
a { background-color: rgb(41,61,29); }
div.DivClassName
{
background-color: #293D1D;
}
.BgClassName
{
background-color: #293D1D;
}
</style>
border-color css
<style>
span { border-color: #293D1D; }
span { border-color: rgb(41,61,29); }
td.TdClassName
{
border-color: #293D1D;
}
.TagClassName
{
border-color: #293D1D;
}
</style>