Shades of Black Forest #24400F
Tints of Black Forest #24400F
RGB
CMYK
RGB Variations
Color information
#24400F (or 0x24400F) is known color: Black Forest. HEX triplet: 24, 40 and 0F. RGB value is (36,64,15). Sum of RGB (Red+Green+Blue) = 36+64+15=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #24400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24400F is #DBBFF0. Grayscale: #323232. Windows color (decimal): -14401521 or 999460. OLE color: 999460.
HSL color Cylindrical-coordinate representation of color #24400F: hue angle of 94.29º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24400F is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 15 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.75 |
| HSL | 94.29º | 0.62% | 0.15% | - |
| HSV(B) | 94.29º | 0.77% | 0.25% | - |
| XYZ | 2.65 | 4.08 | 1.1 | - |
| YUV | 50.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 15 | 0.44 | 0 | 0.77 | 0.75 | 94.29 | 0.62 | 0.15 |
| Hex | 24 | 40 | F | 2C | 0 | 4D | 4B | 5E | 3E | F |
| Octal | 44 | 100 | 17 | 54 | 0 | 115 | 113 | 136 | 76 | 17 |
| Binary | 100100 | 1000000 | 1111 | 101100 | 0 | 1001101 | 1001011 | 1011110 | 111110 | 1111 |
Color Harmonies of #24400F
Complementary color
Monochromatic Colors of #24400F
Black with #24400F
Text Example
Text Example
White with #24400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24400F; }
p { color: rgb(36,64,15); }
H1.HeaderClassName
{
color: #24400F;
}
.AnyTagClassName
{
color: #24400F;
}
</style>
background-color css
<style>
a { background-color: #24400F; }
a { background-color: rgb(36,64,15); }
div.DivClassName
{
background-color: #24400F;
}
.BgClassName
{
background-color: #24400F;
}
</style>
border-color css
<style>
span { border-color: #24400F; }
span { border-color: rgb(36,64,15); }
td.TdClassName
{
border-color: #24400F;
}
.TagClassName
{
border-color: #24400F;
}
</style>