Shades of Black Forest #292F23
Tints of Black Forest #292F23
RGB
CMYK
RGB Variations
Color information
#292F23 (or 0x292F23) is known color: Black Forest. HEX triplet: 29, 2F and 23. RGB value is (41,47,35). Sum of RGB (Red+Green+Blue) = 41+47+35=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #292F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F23 is #D6D0DC. Grayscale: #2B2B2B. Windows color (decimal): -14078173 or 2305833. OLE color: 2305833.
HSL color Cylindrical-coordinate representation of color #292F23: hue angle of 90º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #292F23 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 35 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.82 |
| HSL | 90º | 0.15% | 0.16% | - |
| HSV(B) | 90º | 0.26% | 0.18% | - |
| XYZ | 2.23 | 2.63 | 1.98 | - |
| YUV | 43.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 35 | 0.13 | 0 | 0.26 | 0.82 | 90 | 0.15 | 0.16 |
| Hex | 29 | 2F | 23 | D | 0 | 1A | 52 | 5A | F | 10 |
| Octal | 51 | 57 | 43 | 15 | 0 | 32 | 122 | 132 | 17 | 20 |
| Binary | 101001 | 101111 | 100011 | 1101 | 0 | 11010 | 1010010 | 1011010 | 1111 | 10000 |
Color Harmonies of #292F23
Complementary color
Monochromatic Colors of #292F23
Black with #292F23
Text Example
Text Example
White with #292F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F23; }
p { color: rgb(41,47,35); }
H1.HeaderClassName
{
color: #292F23;
}
.AnyTagClassName
{
color: #292F23;
}
</style>
background-color css
<style>
a { background-color: #292F23; }
a { background-color: rgb(41,47,35); }
div.DivClassName
{
background-color: #292F23;
}
.BgClassName
{
background-color: #292F23;
}
</style>
border-color css
<style>
span { border-color: #292F23; }
span { border-color: rgb(41,47,35); }
td.TdClassName
{
border-color: #292F23;
}
.TagClassName
{
border-color: #292F23;
}
</style>