Shades of Deep Fir #03310D
Tints of Deep Fir #03310D
RGB
CMYK
RGB Variations
Color information
#03310D (or 0x03310D) is known color: Deep Fir. HEX triplet: 03, 31 and 0D. RGB value is (3,49,13). Sum of RGB (Red+Green+Blue) = 3+49+13=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #03310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03310D is #FCCEF2. Grayscale: #1F1F1F. Windows color (decimal): -16568051 or 864515. OLE color: 864515.
HSL color Cylindrical-coordinate representation of color #03310D: hue angle of 133.04º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03310D is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 13 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.81 |
| HSL | 133.04º | 0.88% | 0.1% | - |
| HSV(B) | 133.04º | 0.94% | 0.19% | - |
| XYZ | 1.21 | 2.25 | 0.75 | - |
| YUV | 31.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 13 | 0.94 | 0 | 0.73 | 0.81 | 133.04 | 0.88 | 0.1 |
| Hex | 3 | 31 | D | 5E | 0 | 49 | 51 | 85 | 58 | A |
| Octal | 3 | 61 | 15 | 136 | 0 | 111 | 121 | 205 | 130 | 12 |
| Binary | 11 | 110001 | 1101 | 1011110 | 0 | 1001001 | 1010001 | 10000101 | 1011000 | 1010 |
Color Harmonies of #03310D
Complementary color
Monochromatic Colors of #03310D
Black with #03310D
Text Example
Text Example
White with #03310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03310D; }
p { color: rgb(3,49,13); }
H1.HeaderClassName
{
color: #03310D;
}
.AnyTagClassName
{
color: #03310D;
}
</style>
background-color css
<style>
a { background-color: #03310D; }
a { background-color: rgb(3,49,13); }
div.DivClassName
{
background-color: #03310D;
}
.BgClassName
{
background-color: #03310D;
}
</style>
border-color css
<style>
span { border-color: #03310D; }
span { border-color: rgb(3,49,13); }
td.TdClassName
{
border-color: #03310D;
}
.TagClassName
{
border-color: #03310D;
}
</style>