Shades of Deep Fir #08290F
Tints of Deep Fir #08290F
RGB
CMYK
RGB Variations
Color information
#08290F (or 0x08290F) is known color: Deep Fir. HEX triplet: 08, 29 and 0F. RGB value is (8,41,15). Sum of RGB (Red+Green+Blue) = 8+41+15=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #08290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08290F is #F7D6F0. Grayscale: #1C1C1C. Windows color (decimal): -16242417 or 993544. OLE color: 993544.
HSL color Cylindrical-coordinate representation of color #08290F: hue angle of 132.73º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08290F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 15 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.84 |
| HSL | 132.73º | 0.67% | 0.1% | - |
| HSV(B) | 132.73º | 0.8% | 0.16% | - |
| XYZ | 0.98 | 1.67 | 0.72 | - |
| YUV | 28.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 15 | 0.80 | 0 | 0.63 | 0.84 | 132.73 | 0.67 | 0.1 |
| Hex | 8 | 29 | F | 50 | 0 | 3F | 54 | 85 | 43 | A |
| Octal | 10 | 51 | 17 | 120 | 0 | 77 | 124 | 205 | 103 | 12 |
| Binary | 1000 | 101001 | 1111 | 1010000 | 0 | 111111 | 1010100 | 10000101 | 1000011 | 1010 |
Color Harmonies of #08290F
Complementary color
Monochromatic Colors of #08290F
Black with #08290F
Text Example
Text Example
White with #08290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08290F; }
p { color: rgb(8,41,15); }
H1.HeaderClassName
{
color: #08290F;
}
.AnyTagClassName
{
color: #08290F;
}
</style>
background-color css
<style>
a { background-color: #08290F; }
a { background-color: rgb(8,41,15); }
div.DivClassName
{
background-color: #08290F;
}
.BgClassName
{
background-color: #08290F;
}
</style>
border-color css
<style>
span { border-color: #08290F; }
span { border-color: rgb(8,41,15); }
td.TdClassName
{
border-color: #08290F;
}
.TagClassName
{
border-color: #08290F;
}
</style>