Shades of Deep Fir #04310B
Tints of Deep Fir #04310B
RGB
CMYK
RGB Variations
Color information
#04310B (or 0x04310B) is known color: Deep Fir. HEX triplet: 04, 31 and 0B. RGB value is (4,49,11). Sum of RGB (Red+Green+Blue) = 4+49+11=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #04310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04310B is #FBCEF4. Grayscale: #1F1F1F. Windows color (decimal): -16502517 or 733444. OLE color: 733444.
HSL color Cylindrical-coordinate representation of color #04310B: hue angle of 129.33º 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 #04310B is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 49 | 11 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.81 |
| HSL | 129.33º | 0.85% | 0.1% | - |
| HSV(B) | 129.33º | 0.92% | 0.19% | - |
| XYZ | 1.21 | 2.25 | 0.69 | - |
| YUV | 31.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 11 | 0.92 | 0 | 0.78 | 0.81 | 129.33 | 0.85 | 0.1 |
| Hex | 4 | 31 | B | 5C | 0 | 4E | 51 | 81 | 55 | A |
| Octal | 4 | 61 | 13 | 134 | 0 | 116 | 121 | 201 | 125 | 12 |
| Binary | 100 | 110001 | 1011 | 1011100 | 0 | 1001110 | 1010001 | 10000001 | 1010101 | 1010 |
Color Harmonies of #04310B
Complementary color
Monochromatic Colors of #04310B
Black with #04310B
Text Example
Text Example
White with #04310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04310B; }
p { color: rgb(4,49,11); }
H1.HeaderClassName
{
color: #04310B;
}
.AnyTagClassName
{
color: #04310B;
}
</style>
background-color css
<style>
a { background-color: #04310B; }
a { background-color: rgb(4,49,11); }
div.DivClassName
{
background-color: #04310B;
}
.BgClassName
{
background-color: #04310B;
}
</style>
border-color css
<style>
span { border-color: #04310B; }
span { border-color: rgb(4,49,11); }
td.TdClassName
{
border-color: #04310B;
}
.TagClassName
{
border-color: #04310B;
}
</style>