Shades of Black Forest #242C1E
Tints of Black Forest #242C1E
RGB
CMYK
RGB Variations
Color information
#242C1E (or 0x242C1E) is known color: Black Forest. HEX triplet: 24, 2C and 1E. RGB value is (36,44,30). Sum of RGB (Red+Green+Blue) = 36+44+30=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #242C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C1E is #DBD3E1. Grayscale: #282828. Windows color (decimal): -14406626 or 1977380. OLE color: 1977380.
HSL color Cylindrical-coordinate representation of color #242C1E: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242C1E is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 44 | 30 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.83 |
| HSL | 94.29º | 0.19% | 0.15% | - |
| HSV(B) | 94.29º | 0.32% | 0.17% | - |
| XYZ | 1.86 | 2.27 | 1.57 | - |
| YUV | 40.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 30 | 0.18 | 0 | 0.32 | 0.83 | 94.29 | 0.19 | 0.15 |
| Hex | 24 | 2C | 1E | 12 | 0 | 20 | 53 | 5E | 13 | F |
| Octal | 44 | 54 | 36 | 22 | 0 | 40 | 123 | 136 | 23 | 17 |
| Binary | 100100 | 101100 | 11110 | 10010 | 0 | 100000 | 1010011 | 1011110 | 10011 | 1111 |
Color Harmonies of #242C1E
Complementary color
Monochromatic Colors of #242C1E
Black with #242C1E
Text Example
Text Example
White with #242C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C1E; }
p { color: rgb(36,44,30); }
H1.HeaderClassName
{
color: #242C1E;
}
.AnyTagClassName
{
color: #242C1E;
}
</style>
background-color css
<style>
a { background-color: #242C1E; }
a { background-color: rgb(36,44,30); }
div.DivClassName
{
background-color: #242C1E;
}
.BgClassName
{
background-color: #242C1E;
}
</style>
border-color css
<style>
span { border-color: #242C1E; }
span { border-color: rgb(36,44,30); }
td.TdClassName
{
border-color: #242C1E;
}
.TagClassName
{
border-color: #242C1E;
}
</style>