Shades of Deep Fir #08240F
Tints of Deep Fir #08240F
RGB
CMYK
RGB Variations
Color information
#08240F (or 0x08240F) is known color: Deep Fir. HEX triplet: 08, 24 and 0F. RGB value is (8,36,15). Sum of RGB (Red+Green+Blue) = 8+36+15=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #08240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240F is #F7DBF0. Grayscale: #191919. Windows color (decimal): -16243697 or 992264. OLE color: 992264.
HSL color Cylindrical-coordinate representation of color #08240F: hue angle of 135º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08240F is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 15 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.86 |
| HSL | 135º | 0.64% | 0.09% | - |
| HSV(B) | 135º | 0.78% | 0.14% | - |
| XYZ | 0.82 | 1.35 | 0.67 | - |
| YUV | 25.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 15 | 0.78 | 0 | 0.58 | 0.86 | 135 | 0.64 | 0.09 |
| Hex | 8 | 24 | F | 4E | 0 | 3A | 56 | 87 | 40 | 9 |
| Octal | 10 | 44 | 17 | 116 | 0 | 72 | 126 | 207 | 100 | 11 |
| Binary | 1000 | 100100 | 1111 | 1001110 | 0 | 111010 | 1010110 | 10000111 | 1000000 | 1001 |
Color Harmonies of #08240F
Complementary color
Monochromatic Colors of #08240F
Black with #08240F
Text Example
Text Example
White with #08240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08240F; }
p { color: rgb(8,36,15); }
H1.HeaderClassName
{
color: #08240F;
}
.AnyTagClassName
{
color: #08240F;
}
</style>
background-color css
<style>
a { background-color: #08240F; }
a { background-color: rgb(8,36,15); }
div.DivClassName
{
background-color: #08240F;
}
.BgClassName
{
background-color: #08240F;
}
</style>
border-color css
<style>
span { border-color: #08240F; }
span { border-color: rgb(8,36,15); }
td.TdClassName
{
border-color: #08240F;
}
.TagClassName
{
border-color: #08240F;
}
</style>