Shades of Black Forest #292C26
Tints of Black Forest #292C26
RGB
CMYK
RGB Variations
Color information
#292C26 (or 0x292C26) is known color: Black Forest. HEX triplet: 29, 2C and 26. RGB value is (41,44,38). Sum of RGB (Red+Green+Blue) = 41+44+38=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 44 - color contains mainly: green. Hex color #292C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C26 is #D6D3D9. Grayscale: #2A2A2A. Windows color (decimal): -14078938 or 2501673. OLE color: 2501673.
HSL color Cylindrical-coordinate representation of color #292C26: hue angle of 90º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #292C26 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 44 | 38 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.83 |
| HSL | 90º | 0.07% | 0.16% | - |
| HSV(B) | 90º | 0.14% | 0.17% | - |
| XYZ | 2.16 | 2.41 | 2.19 | - |
| YUV | 42.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 38 | 0.07 | 0 | 0.14 | 0.83 | 90 | 0.07 | 0.16 |
| Hex | 29 | 2C | 26 | 7 | 0 | E | 53 | 5A | 7 | 10 |
| Octal | 51 | 54 | 46 | 7 | 0 | 16 | 123 | 132 | 7 | 20 |
| Binary | 101001 | 101100 | 100110 | 111 | 0 | 1110 | 1010011 | 1011010 | 111 | 10000 |
Color Harmonies of #292C26
Complementary color
Monochromatic Colors of #292C26
Black with #292C26
Text Example
Text Example
White with #292C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C26; }
p { color: rgb(41,44,38); }
H1.HeaderClassName
{
color: #292C26;
}
.AnyTagClassName
{
color: #292C26;
}
</style>
background-color css
<style>
a { background-color: #292C26; }
a { background-color: rgb(41,44,38); }
div.DivClassName
{
background-color: #292C26;
}
.BgClassName
{
background-color: #292C26;
}
</style>
border-color css
<style>
span { border-color: #292C26; }
span { border-color: rgb(41,44,38); }
td.TdClassName
{
border-color: #292C26;
}
.TagClassName
{
border-color: #292C26;
}
</style>