Shades of Deep Fir #003B0A
Tints of Deep Fir #003B0A
RGB
CMYK
RGB Variations
Color information
#003B0A (or 0x003B0A) is known color: Deep Fir. HEX triplet: 00, 3B and 0A. RGB value is (0,59,10). Sum of RGB (Red+Green+Blue) = 0+59+10=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 59 (23.44% from 255 or 85.51% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0A is #FFC4F5. Grayscale: #232323. Windows color (decimal): -16762102 or 670464. OLE color: 670464.
HSL color Cylindrical-coordinate representation of color #003B0A: hue angle of 130.17º 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 #003B0A is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 10 | - |
| CMYK | 1 | 0 | 0.83 | 0.77 |
| HSL | 130.17º | 1% | 0.12% | - |
| HSV(B) | 130.17º | 1% | 0.23% | - |
| XYZ | 1.62 | 3.15 | 0.81 | - |
| YUV | 35.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 10 | 1 | 0 | 0.83 | 0.77 | 130.17 | 1 | 0.12 |
| Hex | 0 | 3B | A | 64 | 0 | 53 | 4D | 82 | 64 | C |
| Octal | 0 | 73 | 12 | 144 | 0 | 123 | 115 | 202 | 144 | 14 |
| Binary | 0 | 111011 | 1010 | 1100100 | 0 | 1010011 | 1001101 | 10000010 | 1100100 | 1100 |
Color Harmonies of #003B0A
Complementary color
Monochromatic Colors of #003B0A
Black with #003B0A
Text Example
Text Example
White with #003B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B0A; }
p { color: rgb(0,59,10); }
H1.HeaderClassName
{
color: #003B0A;
}
.AnyTagClassName
{
color: #003B0A;
}
</style>
background-color css
<style>
a { background-color: #003B0A; }
a { background-color: rgb(0,59,10); }
div.DivClassName
{
background-color: #003B0A;
}
.BgClassName
{
background-color: #003B0A;
}
</style>
border-color css
<style>
span { border-color: #003B0A; }
span { border-color: rgb(0,59,10); }
td.TdClassName
{
border-color: #003B0A;
}
.TagClassName
{
border-color: #003B0A;
}
</style>