Shades of Black Forest #242F1F
Tints of Black Forest #242F1F
RGB
CMYK
RGB Variations
Color information
#242F1F (or 0x242F1F) is known color: Black Forest. HEX triplet: 24, 2F and 1F. RGB value is (36,47,31). Sum of RGB (Red+Green+Blue) = 36+47+31=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #242F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F1F is #DBD0E0. Grayscale: #292929. Windows color (decimal): -14405857 or 2043684. OLE color: 2043684.
HSL color Cylindrical-coordinate representation of color #242F1F: hue angle of 101.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #242F1F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 47 | 31 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.82 |
| HSL | 101.25º | 0.21% | 0.15% | - |
| HSV(B) | 101.25º | 0.34% | 0.18% | - |
| XYZ | 1.99 | 2.51 | 1.68 | - |
| YUV | 41.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 31 | 0.23 | 0 | 0.34 | 0.82 | 101.25 | 0.21 | 0.15 |
| Hex | 24 | 2F | 1F | 17 | 0 | 22 | 52 | 65 | 15 | F |
| Octal | 44 | 57 | 37 | 27 | 0 | 42 | 122 | 145 | 25 | 17 |
| Binary | 100100 | 101111 | 11111 | 10111 | 0 | 100010 | 1010010 | 1100101 | 10101 | 1111 |
Color Harmonies of #242F1F
Complementary color
Monochromatic Colors of #242F1F
Black with #242F1F
Text Example
Text Example
White with #242F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F1F; }
p { color: rgb(36,47,31); }
H1.HeaderClassName
{
color: #242F1F;
}
.AnyTagClassName
{
color: #242F1F;
}
</style>
background-color css
<style>
a { background-color: #242F1F; }
a { background-color: rgb(36,47,31); }
div.DivClassName
{
background-color: #242F1F;
}
.BgClassName
{
background-color: #242F1F;
}
</style>
border-color css
<style>
span { border-color: #242F1F; }
span { border-color: rgb(36,47,31); }
td.TdClassName
{
border-color: #242F1F;
}
.TagClassName
{
border-color: #242F1F;
}
</style>