Shades of Deep Fir #003B0B
Tints of Deep Fir #003B0B
RGB
CMYK
RGB Variations
Color information
#003B0B (or 0x003B0B) is known color: Deep Fir. HEX triplet: 00, 3B and 0B. RGB value is (0,59,11). Sum of RGB (Red+Green+Blue) = 0+59+11=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 59 (23.44% from 255 or 84.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0B is #FFC4F4. Grayscale: #242424. Windows color (decimal): -16762101 or 736000. OLE color: 736000.
HSL color Cylindrical-coordinate representation of color #003B0B: hue angle of 131.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B0B is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 11 | - |
| CMYK | 1 | 0 | 0.81 | 0.77 |
| HSL | 131.19º | 1% | 0.12% | - |
| HSV(B) | 131.19º | 1% | 0.23% | - |
| XYZ | 1.62 | 3.15 | 0.84 | - |
| YUV | 35.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 11 | 1 | 0 | 0.81 | 0.77 | 131.19 | 1 | 0.12 |
| Hex | 0 | 3B | B | 64 | 0 | 51 | 4D | 83 | 64 | C |
| Octal | 0 | 73 | 13 | 144 | 0 | 121 | 115 | 203 | 144 | 14 |
| Binary | 0 | 111011 | 1011 | 1100100 | 0 | 1010001 | 1001101 | 10000011 | 1100100 | 1100 |
Color Harmonies of #003B0B
Complementary color
Monochromatic Colors of #003B0B
Black with #003B0B
Text Example
Text Example
White with #003B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B0B; }
p { color: rgb(0,59,11); }
H1.HeaderClassName
{
color: #003B0B;
}
.AnyTagClassName
{
color: #003B0B;
}
</style>
background-color css
<style>
a { background-color: #003B0B; }
a { background-color: rgb(0,59,11); }
div.DivClassName
{
background-color: #003B0B;
}
.BgClassName
{
background-color: #003B0B;
}
</style>
border-color css
<style>
span { border-color: #003B0B; }
span { border-color: rgb(0,59,11); }
td.TdClassName
{
border-color: #003B0B;
}
.TagClassName
{
border-color: #003B0B;
}
</style>