Shades of Deep Fir #07310D
Tints of Deep Fir #07310D
RGB
CMYK
RGB Variations
Color information
#07310D (or 0x07310D) is known color: Deep Fir. HEX triplet: 07, 31 and 0D. RGB value is (7,49,13). Sum of RGB (Red+Green+Blue) = 7+49+13=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #07310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310D is #F8CEF2. Grayscale: #202020. Windows color (decimal): -16305907 or 864519. OLE color: 864519.
HSL color Cylindrical-coordinate representation of color #07310D: hue angle of 128.57º 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 #07310D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 13 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.81 |
| HSL | 128.57º | 0.75% | 0.11% | - |
| HSV(B) | 128.57º | 0.86% | 0.19% | - |
| XYZ | 1.26 | 2.27 | 0.75 | - |
| YUV | 32.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 13 | 0.86 | 0 | 0.73 | 0.81 | 128.57 | 0.75 | 0.11 |
| Hex | 7 | 31 | D | 56 | 0 | 49 | 51 | 81 | 4B | B |
| Octal | 7 | 61 | 15 | 126 | 0 | 111 | 121 | 201 | 113 | 13 |
| Binary | 111 | 110001 | 1101 | 1010110 | 0 | 1001001 | 1010001 | 10000001 | 1001011 | 1011 |
Color Harmonies of #07310D
Complementary color
Monochromatic Colors of #07310D
Black with #07310D
Text Example
Text Example
White with #07310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07310D; }
p { color: rgb(7,49,13); }
H1.HeaderClassName
{
color: #07310D;
}
.AnyTagClassName
{
color: #07310D;
}
</style>
background-color css
<style>
a { background-color: #07310D; }
a { background-color: rgb(7,49,13); }
div.DivClassName
{
background-color: #07310D;
}
.BgClassName
{
background-color: #07310D;
}
</style>
border-color css
<style>
span { border-color: #07310D; }
span { border-color: rgb(7,49,13); }
td.TdClassName
{
border-color: #07310D;
}
.TagClassName
{
border-color: #07310D;
}
</style>