Shades of Deep Fir #03480E
Tints of Deep Fir #03480E
RGB
CMYK
RGB Variations
Color information
#03480E (or 0x03480E) is known color: Deep Fir. HEX triplet: 03, 48 and 0E. RGB value is (3,72,14). Sum of RGB (Red+Green+Blue) = 3+72+14=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #03480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03480E is #FCB7F1. Grayscale: #2C2C2C. Windows color (decimal): -16562162 or 935939. OLE color: 935939.
HSL color Cylindrical-coordinate representation of color #03480E: hue angle of 129.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03480E is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 72 | 14 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.72 |
| HSL | 129.57º | 0.92% | 0.15% | - |
| HSV(B) | 129.57º | 0.96% | 0.28% | - |
| XYZ | 2.43 | 4.69 | 1.19 | - |
| YUV | 44.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 14 | 0.96 | 0 | 0.81 | 0.72 | 129.57 | 0.92 | 0.15 |
| Hex | 3 | 48 | E | 60 | 0 | 51 | 48 | 82 | 5C | F |
| Octal | 3 | 110 | 16 | 140 | 0 | 121 | 110 | 202 | 134 | 17 |
| Binary | 11 | 1001000 | 1110 | 1100000 | 0 | 1010001 | 1001000 | 10000010 | 1011100 | 1111 |
Color Harmonies of #03480E
Complementary color
Monochromatic Colors of #03480E
Black with #03480E
Text Example
Text Example
White with #03480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03480E; }
p { color: rgb(3,72,14); }
H1.HeaderClassName
{
color: #03480E;
}
.AnyTagClassName
{
color: #03480E;
}
</style>
background-color css
<style>
a { background-color: #03480E; }
a { background-color: rgb(3,72,14); }
div.DivClassName
{
background-color: #03480E;
}
.BgClassName
{
background-color: #03480E;
}
</style>
border-color css
<style>
span { border-color: #03480E; }
span { border-color: rgb(3,72,14); }
td.TdClassName
{
border-color: #03480E;
}
.TagClassName
{
border-color: #03480E;
}
</style>