Shades of Deep Fir #03290B
Tints of Deep Fir #03290B
RGB
CMYK
RGB Variations
Color information
#03290B (or 0x03290B) is known color: Deep Fir. HEX triplet: 03, 29 and 0B. RGB value is (3,41,11). Sum of RGB (Red+Green+Blue) = 3+41+11=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 41 (16.41% from 255 or 74.55% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 41 - color contains mainly: green. Hex color #03290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03290B is #FCD6F4. Grayscale: #1A1A1A. Windows color (decimal): -16570101 or 731395. OLE color: 731395.
HSL color Cylindrical-coordinate representation of color #03290B: hue angle of 132.63º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03290B is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 41 | 11 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.84 |
| HSL | 132.63º | 0.86% | 0.09% | - |
| HSV(B) | 132.63º | 0.93% | 0.16% | - |
| XYZ | 0.89 | 1.63 | 0.58 | - |
| YUV | 26.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 11 | 0.93 | 0 | 0.73 | 0.84 | 132.63 | 0.86 | 0.09 |
| Hex | 3 | 29 | B | 5D | 0 | 49 | 54 | 85 | 56 | 9 |
| Octal | 3 | 51 | 13 | 135 | 0 | 111 | 124 | 205 | 126 | 11 |
| Binary | 11 | 101001 | 1011 | 1011101 | 0 | 1001001 | 1010100 | 10000101 | 1010110 | 1001 |
Color Harmonies of #03290B
Complementary color
Monochromatic Colors of #03290B
Black with #03290B
Text Example
Text Example
White with #03290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03290B; }
p { color: rgb(3,41,11); }
H1.HeaderClassName
{
color: #03290B;
}
.AnyTagClassName
{
color: #03290B;
}
</style>
background-color css
<style>
a { background-color: #03290B; }
a { background-color: rgb(3,41,11); }
div.DivClassName
{
background-color: #03290B;
}
.BgClassName
{
background-color: #03290B;
}
</style>
border-color css
<style>
span { border-color: #03290B; }
span { border-color: rgb(3,41,11); }
td.TdClassName
{
border-color: #03290B;
}
.TagClassName
{
border-color: #03290B;
}
</style>