Shades of Black Forest #242E21
Tints of Black Forest #242E21
RGB
CMYK
RGB Variations
Color information
#242E21 (or 0x242E21) is known color: Black Forest. HEX triplet: 24, 2E and 21. RGB value is (36,46,33). Sum of RGB (Red+Green+Blue) = 36+46+33=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #242E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E21 is #DBD1DE. Grayscale: #292929. Windows color (decimal): -14406111 or 2174500. OLE color: 2174500.
HSL color Cylindrical-coordinate representation of color #242E21: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #242E21 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 46 | 33 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.82 |
| HSL | 106.15º | 0.16% | 0.15% | - |
| HSV(B) | 106.15º | 0.28% | 0.18% | - |
| XYZ | 1.98 | 2.44 | 1.81 | - |
| YUV | 41.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 33 | 0.22 | 0 | 0.28 | 0.82 | 106.15 | 0.16 | 0.15 |
| Hex | 24 | 2E | 21 | 16 | 0 | 1C | 52 | 6A | 10 | F |
| Octal | 44 | 56 | 41 | 26 | 0 | 34 | 122 | 152 | 20 | 17 |
| Binary | 100100 | 101110 | 100001 | 10110 | 0 | 11100 | 1010010 | 1101010 | 10000 | 1111 |
Color Harmonies of #242E21
Complementary color
Monochromatic Colors of #242E21
Black with #242E21
Text Example
Text Example
White with #242E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E21; }
p { color: rgb(36,46,33); }
H1.HeaderClassName
{
color: #242E21;
}
.AnyTagClassName
{
color: #242E21;
}
</style>
background-color css
<style>
a { background-color: #242E21; }
a { background-color: rgb(36,46,33); }
div.DivClassName
{
background-color: #242E21;
}
.BgClassName
{
background-color: #242E21;
}
</style>
border-color css
<style>
span { border-color: #242E21; }
span { border-color: rgb(36,46,33); }
td.TdClassName
{
border-color: #242E21;
}
.TagClassName
{
border-color: #242E21;
}
</style>