Shades of Deep Fir #03400F
Tints of Deep Fir #03400F
RGB
CMYK
RGB Variations
Color information
#03400F (or 0x03400F) is known color: Deep Fir. HEX triplet: 03, 40 and 0F. RGB value is (3,64,15). Sum of RGB (Red+Green+Blue) = 3+64+15=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #03400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03400F is #FCBFF0. Grayscale: #282828. Windows color (decimal): -16564209 or 999427. OLE color: 999427.
HSL color Cylindrical-coordinate representation of color #03400F: hue angle of 131.8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03400F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 15 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.75 |
| HSL | 131.8º | 0.91% | 0.13% | - |
| HSV(B) | 131.8º | 0.95% | 0.25% | - |
| XYZ | 1.96 | 3.72 | 1.07 | - |
| YUV | 40.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 15 | 0.95 | 0 | 0.77 | 0.75 | 131.8 | 0.91 | 0.13 |
| Hex | 3 | 40 | F | 5F | 0 | 4D | 4B | 84 | 5B | D |
| Octal | 3 | 100 | 17 | 137 | 0 | 115 | 113 | 204 | 133 | 15 |
| Binary | 11 | 1000000 | 1111 | 1011111 | 0 | 1001101 | 1001011 | 10000100 | 1011011 | 1101 |
Color Harmonies of #03400F
Complementary color
Monochromatic Colors of #03400F
Black with #03400F
Text Example
Text Example
White with #03400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03400F; }
p { color: rgb(3,64,15); }
H1.HeaderClassName
{
color: #03400F;
}
.AnyTagClassName
{
color: #03400F;
}
</style>
background-color css
<style>
a { background-color: #03400F; }
a { background-color: rgb(3,64,15); }
div.DivClassName
{
background-color: #03400F;
}
.BgClassName
{
background-color: #03400F;
}
</style>
border-color css
<style>
span { border-color: #03400F; }
span { border-color: rgb(3,64,15); }
td.TdClassName
{
border-color: #03400F;
}
.TagClassName
{
border-color: #03400F;
}
</style>