Shades of Deep Fir #003C0B
Tints of Deep Fir #003C0B
RGB
CMYK
RGB Variations
Color information
#003C0B (or 0x003C0B) is known color: Deep Fir. HEX triplet: 00, 3C and 0B. RGB value is (0,60,11). Sum of RGB (Red+Green+Blue) = 0+60+11=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 60 (23.83% from 255 or 84.51% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 60 - color contains mainly: green. Hex color #003C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C0B is #FFC3F4. Grayscale: #242424. Windows color (decimal): -16761845 or 736256. OLE color: 736256.
HSL color Cylindrical-coordinate representation of color #003C0B: hue angle of 131º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C0B is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 11 | - |
| CMYK | 1 | 0 | 0.82 | 0.76 |
| HSL | 131º | 1% | 0.12% | - |
| HSV(B) | 131º | 1% | 0.24% | - |
| XYZ | 1.68 | 3.26 | 0.86 | - |
| YUV | 36.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 11 | 1 | 0 | 0.82 | 0.76 | 131 | 1 | 0.12 |
| Hex | 0 | 3C | B | 64 | 0 | 52 | 4C | 83 | 64 | C |
| Octal | 0 | 74 | 13 | 144 | 0 | 122 | 114 | 203 | 144 | 14 |
| Binary | 0 | 111100 | 1011 | 1100100 | 0 | 1010010 | 1001100 | 10000011 | 1100100 | 1100 |
Color Harmonies of #003C0B
Complementary color
Monochromatic Colors of #003C0B
Black with #003C0B
Text Example
Text Example
White with #003C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C0B; }
p { color: rgb(0,60,11); }
H1.HeaderClassName
{
color: #003C0B;
}
.AnyTagClassName
{
color: #003C0B;
}
</style>
background-color css
<style>
a { background-color: #003C0B; }
a { background-color: rgb(0,60,11); }
div.DivClassName
{
background-color: #003C0B;
}
.BgClassName
{
background-color: #003C0B;
}
</style>
border-color css
<style>
span { border-color: #003C0B; }
span { border-color: rgb(0,60,11); }
td.TdClassName
{
border-color: #003C0B;
}
.TagClassName
{
border-color: #003C0B;
}
</style>