Shades of Black Forest #242E1E
Tints of Black Forest #242E1E
RGB
CMYK
RGB Variations
Color information
#242E1E (or 0x242E1E) is known color: Black Forest. HEX triplet: 24, 2E and 1E. RGB value is (36,46,30). Sum of RGB (Red+Green+Blue) = 36+46+30=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #242E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E1E is #DBD1E1. Grayscale: #292929. Windows color (decimal): -14406114 or 1977892. OLE color: 1977892.
HSL color Cylindrical-coordinate representation of color #242E1E: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #242E1E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 46 | 30 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.82 |
| HSL | 97.5º | 0.21% | 0.15% | - |
| HSV(B) | 97.5º | 0.35% | 0.18% | - |
| XYZ | 1.94 | 2.42 | 1.59 | - |
| YUV | 41.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 30 | 0.22 | 0 | 0.35 | 0.82 | 97.5 | 0.21 | 0.15 |
| Hex | 24 | 2E | 1E | 16 | 0 | 23 | 52 | 62 | 15 | F |
| Octal | 44 | 56 | 36 | 26 | 0 | 43 | 122 | 142 | 25 | 17 |
| Binary | 100100 | 101110 | 11110 | 10110 | 0 | 100011 | 1010010 | 1100010 | 10101 | 1111 |
Color Harmonies of #242E1E
Complementary color
Monochromatic Colors of #242E1E
Black with #242E1E
Text Example
Text Example
White with #242E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E1E; }
p { color: rgb(36,46,30); }
H1.HeaderClassName
{
color: #242E1E;
}
.AnyTagClassName
{
color: #242E1E;
}
</style>
background-color css
<style>
a { background-color: #242E1E; }
a { background-color: rgb(36,46,30); }
div.DivClassName
{
background-color: #242E1E;
}
.BgClassName
{
background-color: #242E1E;
}
</style>
border-color css
<style>
span { border-color: #242E1E; }
span { border-color: rgb(36,46,30); }
td.TdClassName
{
border-color: #242E1E;
}
.TagClassName
{
border-color: #242E1E;
}
</style>