Shades of Deep Fir #03440F
Tints of Deep Fir #03440F
RGB
CMYK
RGB Variations
Color information
#03440F (or 0x03440F) is known color: Deep Fir. HEX triplet: 03, 44 and 0F. RGB value is (3,68,15). Sum of RGB (Red+Green+Blue) = 3+68+15=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #03440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03440F is #FCBBF0. Grayscale: #2A2A2A. Windows color (decimal): -16563185 or 1000451. OLE color: 1000451.
HSL color Cylindrical-coordinate representation of color #03440F: hue angle of 131.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03440F is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 15 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.73 |
| HSL | 131.08º | 0.92% | 0.14% | - |
| HSV(B) | 131.08º | 0.96% | 0.27% | - |
| XYZ | 2.19 | 4.19 | 1.14 | - |
| YUV | 42.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 15 | 0.96 | 0 | 0.78 | 0.73 | 131.08 | 0.92 | 0.14 |
| Hex | 3 | 44 | F | 60 | 0 | 4E | 49 | 83 | 5C | E |
| Octal | 3 | 104 | 17 | 140 | 0 | 116 | 111 | 203 | 134 | 16 |
| Binary | 11 | 1000100 | 1111 | 1100000 | 0 | 1001110 | 1001001 | 10000011 | 1011100 | 1110 |
Color Harmonies of #03440F
Complementary color
Monochromatic Colors of #03440F
Black with #03440F
Text Example
Text Example
White with #03440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03440F; }
p { color: rgb(3,68,15); }
H1.HeaderClassName
{
color: #03440F;
}
.AnyTagClassName
{
color: #03440F;
}
</style>
background-color css
<style>
a { background-color: #03440F; }
a { background-color: rgb(3,68,15); }
div.DivClassName
{
background-color: #03440F;
}
.BgClassName
{
background-color: #03440F;
}
</style>
border-color css
<style>
span { border-color: #03440F; }
span { border-color: rgb(3,68,15); }
td.TdClassName
{
border-color: #03440F;
}
.TagClassName
{
border-color: #03440F;
}
</style>