Shades of Black Forest #242A22
Tints of Black Forest #242A22
RGB
CMYK
RGB Variations
Color information
#242A22 (or 0x242A22) is known color: Black Forest. HEX triplet: 24, 2A and 22. RGB value is (36,42,34). Sum of RGB (Red+Green+Blue) = 36+42+34=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 42 - color contains mainly: green. Hex color #242A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A22 is #DBD5DD. Grayscale: #272727. Windows color (decimal): -14407134 or 2239012. OLE color: 2239012.
HSL color Cylindrical-coordinate representation of color #242A22: hue angle of 105º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #242A22 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 34 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.84 |
| HSL | 105º | 0.11% | 0.15% | - |
| HSV(B) | 105º | 0.19% | 0.16% | - |
| XYZ | 1.84 | 2.15 | 1.83 | - |
| YUV | 39.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 34 | 0.14 | 0 | 0.19 | 0.84 | 105 | 0.11 | 0.15 |
| Hex | 24 | 2A | 22 | E | 0 | 13 | 54 | 69 | B | F |
| Octal | 44 | 52 | 42 | 16 | 0 | 23 | 124 | 151 | 13 | 17 |
| Binary | 100100 | 101010 | 100010 | 1110 | 0 | 10011 | 1010100 | 1101001 | 1011 | 1111 |
Color Harmonies of #242A22
Complementary color
Monochromatic Colors of #242A22
Black with #242A22
Text Example
Text Example
White with #242A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A22; }
p { color: rgb(36,42,34); }
H1.HeaderClassName
{
color: #242A22;
}
.AnyTagClassName
{
color: #242A22;
}
</style>
background-color css
<style>
a { background-color: #242A22; }
a { background-color: rgb(36,42,34); }
div.DivClassName
{
background-color: #242A22;
}
.BgClassName
{
background-color: #242A22;
}
</style>
border-color css
<style>
span { border-color: #242A22; }
span { border-color: rgb(36,42,34); }
td.TdClassName
{
border-color: #242A22;
}
.TagClassName
{
border-color: #242A22;
}
</style>