Shades of Deep Fir #04310D
Tints of Deep Fir #04310D
RGB
CMYK
RGB Variations
Color information
#04310D (or 0x04310D) is known color: Deep Fir. HEX triplet: 04, 31 and 0D. RGB value is (4,49,13). Sum of RGB (Red+Green+Blue) = 4+49+13=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #04310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04310D is #FBCEF2. Grayscale: #1F1F1F. Windows color (decimal): -16502515 or 864516. OLE color: 864516.
HSL color Cylindrical-coordinate representation of color #04310D: hue angle of 132º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04310D is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 49 | 13 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.81 |
| HSL | 132º | 0.85% | 0.1% | - |
| HSV(B) | 132º | 0.92% | 0.19% | - |
| XYZ | 1.22 | 2.25 | 0.75 | - |
| YUV | 31.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 13 | 0.92 | 0 | 0.73 | 0.81 | 132 | 0.85 | 0.1 |
| Hex | 4 | 31 | D | 5C | 0 | 49 | 51 | 84 | 55 | A |
| Octal | 4 | 61 | 15 | 134 | 0 | 111 | 121 | 204 | 125 | 12 |
| Binary | 100 | 110001 | 1101 | 1011100 | 0 | 1001001 | 1010001 | 10000100 | 1010101 | 1010 |
Color Harmonies of #04310D
Complementary color
Monochromatic Colors of #04310D
Black with #04310D
Text Example
Text Example
White with #04310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04310D; }
p { color: rgb(4,49,13); }
H1.HeaderClassName
{
color: #04310D;
}
.AnyTagClassName
{
color: #04310D;
}
</style>
background-color css
<style>
a { background-color: #04310D; }
a { background-color: rgb(4,49,13); }
div.DivClassName
{
background-color: #04310D;
}
.BgClassName
{
background-color: #04310D;
}
</style>
border-color css
<style>
span { border-color: #04310D; }
span { border-color: rgb(4,49,13); }
td.TdClassName
{
border-color: #04310D;
}
.TagClassName
{
border-color: #04310D;
}
</style>