Shades of Deep Fir #03440E
Tints of Deep Fir #03440E
RGB
CMYK
RGB Variations
Color information
#03440E (or 0x03440E) is known color: Deep Fir. HEX triplet: 03, 44 and 0E. RGB value is (3,68,14). Sum of RGB (Red+Green+Blue) = 3+68+14=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #03440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03440E is #FCBBF1. Grayscale: #2A2A2A. Windows color (decimal): -16563186 or 934915. OLE color: 934915.
HSL color Cylindrical-coordinate representation of color #03440E: hue angle of 130.15º 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 #03440E is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 14 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.73 |
| HSL | 130.15º | 0.92% | 0.14% | - |
| HSV(B) | 130.15º | 0.96% | 0.27% | - |
| XYZ | 2.18 | 4.19 | 1.11 | - |
| YUV | 42.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 14 | 0.96 | 0 | 0.79 | 0.73 | 130.15 | 0.92 | 0.14 |
| Hex | 3 | 44 | E | 60 | 0 | 4F | 49 | 82 | 5C | E |
| Octal | 3 | 104 | 16 | 140 | 0 | 117 | 111 | 202 | 134 | 16 |
| Binary | 11 | 1000100 | 1110 | 1100000 | 0 | 1001111 | 1001001 | 10000010 | 1011100 | 1110 |
Color Harmonies of #03440E
Complementary color
Monochromatic Colors of #03440E
Black with #03440E
Text Example
Text Example
White with #03440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03440E; }
p { color: rgb(3,68,14); }
H1.HeaderClassName
{
color: #03440E;
}
.AnyTagClassName
{
color: #03440E;
}
</style>
background-color css
<style>
a { background-color: #03440E; }
a { background-color: rgb(3,68,14); }
div.DivClassName
{
background-color: #03440E;
}
.BgClassName
{
background-color: #03440E;
}
</style>
border-color css
<style>
span { border-color: #03440E; }
span { border-color: rgb(3,68,14); }
td.TdClassName
{
border-color: #03440E;
}
.TagClassName
{
border-color: #03440E;
}
</style>