Shades of Black Forest #242E1F
Tints of Black Forest #242E1F
RGB
CMYK
RGB Variations
Color information
#242E1F (or 0x242E1F) is known color: Black Forest. HEX triplet: 24, 2E and 1F. RGB value is (36,46,31). Sum of RGB (Red+Green+Blue) = 36+46+31=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #242E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E1F is #DBD1E0. Grayscale: #292929. Windows color (decimal): -14406113 or 2043428. OLE color: 2043428.
HSL color Cylindrical-coordinate representation of color #242E1F: hue angle of 100º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #242E1F is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 46 | 31 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.82 |
| HSL | 100º | 0.19% | 0.15% | - |
| HSV(B) | 100º | 0.33% | 0.18% | - |
| XYZ | 1.95 | 2.43 | 1.66 | - |
| YUV | 41.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 31 | 0.22 | 0 | 0.33 | 0.82 | 100 | 0.19 | 0.15 |
| Hex | 24 | 2E | 1F | 16 | 0 | 21 | 52 | 64 | 13 | F |
| Octal | 44 | 56 | 37 | 26 | 0 | 41 | 122 | 144 | 23 | 17 |
| Binary | 100100 | 101110 | 11111 | 10110 | 0 | 100001 | 1010010 | 1100100 | 10011 | 1111 |
Color Harmonies of #242E1F
Complementary color
Monochromatic Colors of #242E1F
Black with #242E1F
Text Example
Text Example
White with #242E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E1F; }
p { color: rgb(36,46,31); }
H1.HeaderClassName
{
color: #242E1F;
}
.AnyTagClassName
{
color: #242E1F;
}
</style>
background-color css
<style>
a { background-color: #242E1F; }
a { background-color: rgb(36,46,31); }
div.DivClassName
{
background-color: #242E1F;
}
.BgClassName
{
background-color: #242E1F;
}
</style>
border-color css
<style>
span { border-color: #242E1F; }
span { border-color: rgb(36,46,31); }
td.TdClassName
{
border-color: #242E1F;
}
.TagClassName
{
border-color: #242E1F;
}
</style>