Shades of Deep Fir #003F0B
Tints of Deep Fir #003F0B
RGB
CMYK
RGB Variations
Color information
#003F0B (or 0x003F0B) is known color: Deep Fir. HEX triplet: 00, 3F and 0B. RGB value is (0,63,11). Sum of RGB (Red+Green+Blue) = 0+63+11=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 63 (25% from 255 or 85.14% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 63 - color contains mainly: green. Hex color #003F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F0B is #FFC0F4. Grayscale: #262626. Windows color (decimal): -16761077 or 737024. OLE color: 737024.
HSL color Cylindrical-coordinate representation of color #003F0B: hue angle of 130.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F0B is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 11 | - |
| CMYK | 1 | 0 | 0.83 | 0.75 |
| HSL | 130.48º | 1% | 0.12% | - |
| HSV(B) | 130.48º | 1% | 0.25% | - |
| XYZ | 1.84 | 3.58 | 0.91 | - |
| YUV | 38.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 11 | 1 | 0 | 0.83 | 0.75 | 130.48 | 1 | 0.12 |
| Hex | 0 | 3F | B | 64 | 0 | 53 | 4B | 82 | 64 | C |
| Octal | 0 | 77 | 13 | 144 | 0 | 123 | 113 | 202 | 144 | 14 |
| Binary | 0 | 111111 | 1011 | 1100100 | 0 | 1010011 | 1001011 | 10000010 | 1100100 | 1100 |
Color Harmonies of #003F0B
Complementary color
Monochromatic Colors of #003F0B
Black with #003F0B
Text Example
Text Example
White with #003F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F0B; }
p { color: rgb(0,63,11); }
H1.HeaderClassName
{
color: #003F0B;
}
.AnyTagClassName
{
color: #003F0B;
}
</style>
background-color css
<style>
a { background-color: #003F0B; }
a { background-color: rgb(0,63,11); }
div.DivClassName
{
background-color: #003F0B;
}
.BgClassName
{
background-color: #003F0B;
}
</style>
border-color css
<style>
span { border-color: #003F0B; }
span { border-color: rgb(0,63,11); }
td.TdClassName
{
border-color: #003F0B;
}
.TagClassName
{
border-color: #003F0B;
}
</style>