Shades of Deep Fir #03410F
Tints of Deep Fir #03410F
RGB
CMYK
RGB Variations
Color information
#03410F (or 0x03410F) is known color: Deep Fir. HEX triplet: 03, 41 and 0F. RGB value is (3,65,15). Sum of RGB (Red+Green+Blue) = 3+65+15=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #03410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03410F is #FCBEF0. Grayscale: #282828. Windows color (decimal): -16563953 or 999683. OLE color: 999683.
HSL color Cylindrical-coordinate representation of color #03410F: hue angle of 131.61º 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 #03410F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 15 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.75 |
| HSL | 131.61º | 0.91% | 0.13% | - |
| HSV(B) | 131.61º | 0.95% | 0.25% | - |
| XYZ | 2.01 | 3.83 | 1.09 | - |
| YUV | 40.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 15 | 0.95 | 0 | 0.77 | 0.75 | 131.61 | 0.91 | 0.13 |
| Hex | 3 | 41 | F | 5F | 0 | 4D | 4B | 84 | 5B | D |
| Octal | 3 | 101 | 17 | 137 | 0 | 115 | 113 | 204 | 133 | 15 |
| Binary | 11 | 1000001 | 1111 | 1011111 | 0 | 1001101 | 1001011 | 10000100 | 1011011 | 1101 |
Color Harmonies of #03410F
Complementary color
Monochromatic Colors of #03410F
Black with #03410F
Text Example
Text Example
White with #03410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03410F; }
p { color: rgb(3,65,15); }
H1.HeaderClassName
{
color: #03410F;
}
.AnyTagClassName
{
color: #03410F;
}
</style>
background-color css
<style>
a { background-color: #03410F; }
a { background-color: rgb(3,65,15); }
div.DivClassName
{
background-color: #03410F;
}
.BgClassName
{
background-color: #03410F;
}
</style>
border-color css
<style>
span { border-color: #03410F; }
span { border-color: rgb(3,65,15); }
td.TdClassName
{
border-color: #03410F;
}
.TagClassName
{
border-color: #03410F;
}
</style>