Shades of Deep Fir #003807
Tints of Deep Fir #003807
RGB
CMYK
RGB Variations
Color information
#003807 (or 0x003807) is known color: Deep Fir. HEX triplet: 00, 38 and 07. RGB value is (0,56,7). Sum of RGB (Red+Green+Blue) = 0+56+7=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 56 (22.27% from 255 or 88.89% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 56 - color contains mainly: green. Hex color #003807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003807 is #FFC7F8. Grayscale: #212121. Windows color (decimal): -16762873 or 473088. OLE color: 473088.
HSL color Cylindrical-coordinate representation of color #003807: hue angle of 127.5º 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 #003807 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 7 | - |
| CMYK | 1 | 0 | 0.88 | 0.78 |
| HSL | 127.5º | 1% | 0.11% | - |
| HSV(B) | 127.5º | 1% | 0.22% | - |
| XYZ | 1.45 | 2.84 | 0.67 | - |
| YUV | 33.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 7 | 1 | 0 | 0.88 | 0.78 | 127.5 | 1 | 0.11 |
| Hex | 0 | 38 | 7 | 64 | 0 | 58 | 4E | 80 | 64 | B |
| Octal | 0 | 70 | 7 | 144 | 0 | 130 | 116 | 200 | 144 | 13 |
| Binary | 0 | 111000 | 111 | 1100100 | 0 | 1011000 | 1001110 | 10000000 | 1100100 | 1011 |
Color Harmonies of #003807
Complementary color
Monochromatic Colors of #003807
Black with #003807
Text Example
Text Example
White with #003807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003807; }
p { color: rgb(0,56,7); }
H1.HeaderClassName
{
color: #003807;
}
.AnyTagClassName
{
color: #003807;
}
</style>
background-color css
<style>
a { background-color: #003807; }
a { background-color: rgb(0,56,7); }
div.DivClassName
{
background-color: #003807;
}
.BgClassName
{
background-color: #003807;
}
</style>
border-color css
<style>
span { border-color: #003807; }
span { border-color: rgb(0,56,7); }
td.TdClassName
{
border-color: #003807;
}
.TagClassName
{
border-color: #003807;
}
</style>