Shades of Black Forest #242C1F
Tints of Black Forest #242C1F
RGB
CMYK
RGB Variations
Color information
#242C1F (or 0x242C1F) is known color: Black Forest. HEX triplet: 24, 2C and 1F. RGB value is (36,44,31). Sum of RGB (Red+Green+Blue) = 36+44+31=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #242C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C1F is #DBD3E0. Grayscale: #282828. Windows color (decimal): -14406625 or 2042916. OLE color: 2042916.
HSL color Cylindrical-coordinate representation of color #242C1F: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #242C1F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 44 | 31 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.83 |
| HSL | 96.92º | 0.17% | 0.15% | - |
| HSV(B) | 96.92º | 0.3% | 0.17% | - |
| XYZ | 1.88 | 2.28 | 1.64 | - |
| YUV | 40.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 31 | 0.18 | 0 | 0.30 | 0.83 | 96.92 | 0.17 | 0.15 |
| Hex | 24 | 2C | 1F | 12 | 0 | 1E | 53 | 61 | 11 | F |
| Octal | 44 | 54 | 37 | 22 | 0 | 36 | 123 | 141 | 21 | 17 |
| Binary | 100100 | 101100 | 11111 | 10010 | 0 | 11110 | 1010011 | 1100001 | 10001 | 1111 |
Color Harmonies of #242C1F
Complementary color
Monochromatic Colors of #242C1F
Black with #242C1F
Text Example
Text Example
White with #242C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C1F; }
p { color: rgb(36,44,31); }
H1.HeaderClassName
{
color: #242C1F;
}
.AnyTagClassName
{
color: #242C1F;
}
</style>
background-color css
<style>
a { background-color: #242C1F; }
a { background-color: rgb(36,44,31); }
div.DivClassName
{
background-color: #242C1F;
}
.BgClassName
{
background-color: #242C1F;
}
</style>
border-color css
<style>
span { border-color: #242C1F; }
span { border-color: rgb(36,44,31); }
td.TdClassName
{
border-color: #242C1F;
}
.TagClassName
{
border-color: #242C1F;
}
</style>