Shades of Black Forest #292E24
Tints of Black Forest #292E24
RGB
CMYK
RGB Variations
Color information
#292E24 (or 0x292E24) is known color: Black Forest. HEX triplet: 29, 2E and 24. RGB value is (41,46,36). Sum of RGB (Red+Green+Blue) = 41+46+36=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #292E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E24 is #D6D1DB. Grayscale: #2B2B2B. Windows color (decimal): -14078428 or 2371113. OLE color: 2371113.
HSL color Cylindrical-coordinate representation of color #292E24: hue angle of 90º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292E24 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 36 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.82 |
| HSL | 90º | 0.12% | 0.16% | - |
| HSV(B) | 90º | 0.22% | 0.18% | - |
| XYZ | 2.21 | 2.55 | 2.05 | - |
| YUV | 43.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 36 | 0.11 | 0 | 0.22 | 0.82 | 90 | 0.12 | 0.16 |
| Hex | 29 | 2E | 24 | B | 0 | 16 | 52 | 5A | C | 10 |
| Octal | 51 | 56 | 44 | 13 | 0 | 26 | 122 | 132 | 14 | 20 |
| Binary | 101001 | 101110 | 100100 | 1011 | 0 | 10110 | 1010010 | 1011010 | 1100 | 10000 |
Color Harmonies of #292E24
Complementary color
Monochromatic Colors of #292E24
Black with #292E24
Text Example
Text Example
White with #292E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E24; }
p { color: rgb(41,46,36); }
H1.HeaderClassName
{
color: #292E24;
}
.AnyTagClassName
{
color: #292E24;
}
</style>
background-color css
<style>
a { background-color: #292E24; }
a { background-color: rgb(41,46,36); }
div.DivClassName
{
background-color: #292E24;
}
.BgClassName
{
background-color: #292E24;
}
</style>
border-color css
<style>
span { border-color: #292E24; }
span { border-color: rgb(41,46,36); }
td.TdClassName
{
border-color: #292E24;
}
.TagClassName
{
border-color: #292E24;
}
</style>