Shades of Deep Fir #003907
Tints of Deep Fir #003907
RGB
CMYK
RGB Variations
Color information
#003907 (or 0x003907) is known color: Deep Fir. HEX triplet: 00, 39 and 07. RGB value is (0,57,7). Sum of RGB (Red+Green+Blue) = 0+57+7=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 57 (22.66% from 255 or 89.06% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 57 - color contains mainly: green. Hex color #003907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003907 is #FFC6F8. Grayscale: #222222. Windows color (decimal): -16762617 or 473344. OLE color: 473344.
HSL color Cylindrical-coordinate representation of color #003907: hue angle of 127.37º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003907 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 7 | - |
| CMYK | 1 | 0 | 0.88 | 0.78 |
| HSL | 127.37º | 1% | 0.11% | - |
| HSV(B) | 127.37º | 1% | 0.22% | - |
| XYZ | 1.5 | 2.94 | 0.69 | - |
| YUV | 34.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 7 | 1 | 0 | 0.88 | 0.78 | 127.37 | 1 | 0.11 |
| Hex | 0 | 39 | 7 | 64 | 0 | 58 | 4E | 7F | 64 | B |
| Octal | 0 | 71 | 7 | 144 | 0 | 130 | 116 | 177 | 144 | 13 |
| Binary | 0 | 111001 | 111 | 1100100 | 0 | 1011000 | 1001110 | 1111111 | 1100100 | 1011 |
Color Harmonies of #003907
Complementary color
Monochromatic Colors of #003907
Black with #003907
Text Example
Text Example
White with #003907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003907; }
p { color: rgb(0,57,7); }
H1.HeaderClassName
{
color: #003907;
}
.AnyTagClassName
{
color: #003907;
}
</style>
background-color css
<style>
a { background-color: #003907; }
a { background-color: rgb(0,57,7); }
div.DivClassName
{
background-color: #003907;
}
.BgClassName
{
background-color: #003907;
}
</style>
border-color css
<style>
span { border-color: #003907; }
span { border-color: rgb(0,57,7); }
td.TdClassName
{
border-color: #003907;
}
.TagClassName
{
border-color: #003907;
}
</style>