Shades of Black Forest #242A21
Tints of Black Forest #242A21
RGB
CMYK
RGB Variations
Color information
#242A21 (or 0x242A21) is known color: Black Forest. HEX triplet: 24, 2A and 21. RGB value is (36,42,33). Sum of RGB (Red+Green+Blue) = 36+42+33=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #242A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A21 is #DBD5DE. Grayscale: #272727. Windows color (decimal): -14407135 or 2173476. OLE color: 2173476.
HSL color Cylindrical-coordinate representation of color #242A21: hue angle of 100º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #242A21 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 33 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.84 |
| HSL | 100º | 0.12% | 0.15% | - |
| HSV(B) | 100º | 0.21% | 0.16% | - |
| XYZ | 1.83 | 2.14 | 1.76 | - |
| YUV | 39.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 33 | 0.14 | 0 | 0.21 | 0.84 | 100 | 0.12 | 0.15 |
| Hex | 24 | 2A | 21 | E | 0 | 15 | 54 | 64 | C | F |
| Octal | 44 | 52 | 41 | 16 | 0 | 25 | 124 | 144 | 14 | 17 |
| Binary | 100100 | 101010 | 100001 | 1110 | 0 | 10101 | 1010100 | 1100100 | 1100 | 1111 |
Color Harmonies of #242A21
Complementary color
Monochromatic Colors of #242A21
Black with #242A21
Text Example
Text Example
White with #242A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A21; }
p { color: rgb(36,42,33); }
H1.HeaderClassName
{
color: #242A21;
}
.AnyTagClassName
{
color: #242A21;
}
</style>
background-color css
<style>
a { background-color: #242A21; }
a { background-color: rgb(36,42,33); }
div.DivClassName
{
background-color: #242A21;
}
.BgClassName
{
background-color: #242A21;
}
</style>
border-color css
<style>
span { border-color: #242A21; }
span { border-color: rgb(36,42,33); }
td.TdClassName
{
border-color: #242A21;
}
.TagClassName
{
border-color: #242A21;
}
</style>