Shades of Black Forest #242D20
Tints of Black Forest #242D20
RGB
CMYK
RGB Variations
Color information
#242D20 (or 0x242D20) is known color: Black Forest. HEX triplet: 24, 2D and 20. RGB value is (36,45,32). Sum of RGB (Red+Green+Blue) = 36+45+32=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #242D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D20 is #DBD2DF. Grayscale: #282828. Windows color (decimal): -14406368 or 2108708. OLE color: 2108708.
HSL color Cylindrical-coordinate representation of color #242D20: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #242D20 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 32 | - |
| CMYK | 0.2 | 0 | 0.29 | 0.82 |
| HSL | 101.54º | 0.17% | 0.15% | - |
| HSV(B) | 101.54º | 0.29% | 0.18% | - |
| XYZ | 1.93 | 2.36 | 1.72 | - |
| YUV | 40.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 32 | 0.2 | 0 | 0.29 | 0.82 | 101.54 | 0.17 | 0.15 |
| Hex | 24 | 2D | 20 | 14 | 0 | 1D | 52 | 66 | 11 | F |
| Octal | 44 | 55 | 40 | 24 | 0 | 35 | 122 | 146 | 21 | 17 |
| Binary | 100100 | 101101 | 100000 | 10100 | 0 | 11101 | 1010010 | 1100110 | 10001 | 1111 |
Color Harmonies of #242D20
Complementary color
Monochromatic Colors of #242D20
Black with #242D20
Text Example
Text Example
White with #242D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D20; }
p { color: rgb(36,45,32); }
H1.HeaderClassName
{
color: #242D20;
}
.AnyTagClassName
{
color: #242D20;
}
</style>
background-color css
<style>
a { background-color: #242D20; }
a { background-color: rgb(36,45,32); }
div.DivClassName
{
background-color: #242D20;
}
.BgClassName
{
background-color: #242D20;
}
</style>
border-color css
<style>
span { border-color: #242D20; }
span { border-color: rgb(36,45,32); }
td.TdClassName
{
border-color: #242D20;
}
.TagClassName
{
border-color: #242D20;
}
</style>