Shades of Deep Fir #07310F
Tints of Deep Fir #07310F
RGB
CMYK
RGB Variations
Color information
#07310F (or 0x07310F) is known color: Deep Fir. HEX triplet: 07, 31 and 0F. RGB value is (7,49,15). Sum of RGB (Red+Green+Blue) = 7+49+15=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #07310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310F is #F8CEF0. Grayscale: #202020. Windows color (decimal): -16305905 or 995591. OLE color: 995591.
HSL color Cylindrical-coordinate representation of color #07310F: hue angle of 131.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07310F is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 15 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.81 |
| HSL | 131.43º | 0.75% | 0.11% | - |
| HSV(B) | 131.43º | 0.86% | 0.19% | - |
| XYZ | 1.27 | 2.28 | 0.82 | - |
| YUV | 32.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 15 | 0.86 | 0 | 0.69 | 0.81 | 131.43 | 0.75 | 0.11 |
| Hex | 7 | 31 | F | 56 | 0 | 45 | 51 | 83 | 4B | B |
| Octal | 7 | 61 | 17 | 126 | 0 | 105 | 121 | 203 | 113 | 13 |
| Binary | 111 | 110001 | 1111 | 1010110 | 0 | 1000101 | 1010001 | 10000011 | 1001011 | 1011 |
Color Harmonies of #07310F
Complementary color
Monochromatic Colors of #07310F
Black with #07310F
Text Example
Text Example
White with #07310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07310F; }
p { color: rgb(7,49,15); }
H1.HeaderClassName
{
color: #07310F;
}
.AnyTagClassName
{
color: #07310F;
}
</style>
background-color css
<style>
a { background-color: #07310F; }
a { background-color: rgb(7,49,15); }
div.DivClassName
{
background-color: #07310F;
}
.BgClassName
{
background-color: #07310F;
}
</style>
border-color css
<style>
span { border-color: #07310F; }
span { border-color: rgb(7,49,15); }
td.TdClassName
{
border-color: #07310F;
}
.TagClassName
{
border-color: #07310F;
}
</style>