Shades of Deep Fir #03390A
Tints of Deep Fir #03390A
RGB
CMYK
RGB Variations
Color information
#03390A (or 0x03390A) is known color: Deep Fir. HEX triplet: 03, 39 and 0A. RGB value is (3,57,10). Sum of RGB (Red+Green+Blue) = 3+57+10=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 57 (22.66% from 255 or 81.43% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 57 - color contains mainly: green. Hex color #03390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03390A is #FCC6F5. Grayscale: #232323. Windows color (decimal): -16566006 or 669955. OLE color: 669955.
HSL color Cylindrical-coordinate representation of color #03390A: hue angle of 127.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03390A is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 10 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.78 |
| HSL | 127.78º | 0.9% | 0.12% | - |
| HSV(B) | 127.78º | 0.95% | 0.22% | - |
| XYZ | 1.56 | 2.97 | 0.78 | - |
| YUV | 35.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 10 | 0.95 | 0 | 0.82 | 0.78 | 127.78 | 0.9 | 0.12 |
| Hex | 3 | 39 | A | 5F | 0 | 52 | 4E | 80 | 5A | C |
| Octal | 3 | 71 | 12 | 137 | 0 | 122 | 116 | 200 | 132 | 14 |
| Binary | 11 | 111001 | 1010 | 1011111 | 0 | 1010010 | 1001110 | 10000000 | 1011010 | 1100 |
Color Harmonies of #03390A
Complementary color
Monochromatic Colors of #03390A
Black with #03390A
Text Example
Text Example
White with #03390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03390A; }
p { color: rgb(3,57,10); }
H1.HeaderClassName
{
color: #03390A;
}
.AnyTagClassName
{
color: #03390A;
}
</style>
background-color css
<style>
a { background-color: #03390A; }
a { background-color: rgb(3,57,10); }
div.DivClassName
{
background-color: #03390A;
}
.BgClassName
{
background-color: #03390A;
}
</style>
border-color css
<style>
span { border-color: #03390A; }
span { border-color: rgb(3,57,10); }
td.TdClassName
{
border-color: #03390A;
}
.TagClassName
{
border-color: #03390A;
}
</style>