Shades of Deep Fir #03340C
Tints of Deep Fir #03340C
RGB
CMYK
RGB Variations
Color information
#03340C (or 0x03340C) is known color: Deep Fir. HEX triplet: 03, 34 and 0C. RGB value is (3,52,12). Sum of RGB (Red+Green+Blue) = 3+52+12=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #03340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03340C is #FCCBF3. Grayscale: #202020. Windows color (decimal): -16567284 or 799747. OLE color: 799747.
HSL color Cylindrical-coordinate representation of color #03340C: hue angle of 131.02º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03340C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 12 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.80 |
| HSL | 131.02º | 0.89% | 0.11% | - |
| HSV(B) | 131.02º | 0.94% | 0.2% | - |
| XYZ | 1.33 | 2.5 | 0.76 | - |
| YUV | 32.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 12 | 0.94 | 0 | 0.77 | 0.80 | 131.02 | 0.89 | 0.11 |
| Hex | 3 | 34 | C | 5E | 0 | 4D | 50 | 83 | 59 | B |
| Octal | 3 | 64 | 14 | 136 | 0 | 115 | 120 | 203 | 131 | 13 |
| Binary | 11 | 110100 | 1100 | 1011110 | 0 | 1001101 | 1010000 | 10000011 | 1011001 | 1011 |
Color Harmonies of #03340C
Complementary color
Monochromatic Colors of #03340C
Black with #03340C
Text Example
Text Example
White with #03340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03340C; }
p { color: rgb(3,52,12); }
H1.HeaderClassName
{
color: #03340C;
}
.AnyTagClassName
{
color: #03340C;
}
</style>
background-color css
<style>
a { background-color: #03340C; }
a { background-color: rgb(3,52,12); }
div.DivClassName
{
background-color: #03340C;
}
.BgClassName
{
background-color: #03340C;
}
</style>
border-color css
<style>
span { border-color: #03340C; }
span { border-color: rgb(3,52,12); }
td.TdClassName
{
border-color: #03340C;
}
.TagClassName
{
border-color: #03340C;
}
</style>