Shades of Deep Fir #03320C
Tints of Deep Fir #03320C
RGB
CMYK
RGB Variations
Color information
#03320C (or 0x03320C) is known color: Deep Fir. HEX triplet: 03, 32 and 0C. RGB value is (3,50,12). Sum of RGB (Red+Green+Blue) = 3+50+12=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #03320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03320C is #FCCDF3. Grayscale: #1F1F1F. Windows color (decimal): -16567796 or 799235. OLE color: 799235.
HSL color Cylindrical-coordinate representation of color #03320C: hue angle of 131.49º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03320C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 12 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.80 |
| HSL | 131.49º | 0.89% | 0.1% | - |
| HSV(B) | 131.49º | 0.94% | 0.2% | - |
| XYZ | 1.24 | 2.33 | 0.73 | - |
| YUV | 31.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 12 | 0.94 | 0 | 0.76 | 0.80 | 131.49 | 0.89 | 0.1 |
| Hex | 3 | 32 | C | 5E | 0 | 4C | 50 | 83 | 59 | A |
| Octal | 3 | 62 | 14 | 136 | 0 | 114 | 120 | 203 | 131 | 12 |
| Binary | 11 | 110010 | 1100 | 1011110 | 0 | 1001100 | 1010000 | 10000011 | 1011001 | 1010 |
Color Harmonies of #03320C
Complementary color
Monochromatic Colors of #03320C
Black with #03320C
Text Example
Text Example
White with #03320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03320C; }
p { color: rgb(3,50,12); }
H1.HeaderClassName
{
color: #03320C;
}
.AnyTagClassName
{
color: #03320C;
}
</style>
background-color css
<style>
a { background-color: #03320C; }
a { background-color: rgb(3,50,12); }
div.DivClassName
{
background-color: #03320C;
}
.BgClassName
{
background-color: #03320C;
}
</style>
border-color css
<style>
span { border-color: #03320C; }
span { border-color: rgb(3,50,12); }
td.TdClassName
{
border-color: #03320C;
}
.TagClassName
{
border-color: #03320C;
}
</style>