Shades of Deep Fir #013009
Tints of Deep Fir #013009
RGB
CMYK
RGB Variations
Color information
#013009 (or 0x013009) is known color: Deep Fir. HEX triplet: 01, 30 and 09. RGB value is (1,48,9). Sum of RGB (Red+Green+Blue) = 1+48+9=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #013009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013009 is #FECFF6. Grayscale: #1D1D1D. Windows color (decimal): -16699383 or 602113. OLE color: 602113.
HSL color Cylindrical-coordinate representation of color #013009: hue angle of 130.21º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013009 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 9 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.81 |
| HSL | 130.21º | 0.96% | 0.1% | - |
| HSV(B) | 130.21º | 0.98% | 0.19% | - |
| XYZ | 1.12 | 2.14 | 0.61 | - |
| YUV | 29.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 9 | 0.98 | 0 | 0.81 | 0.81 | 130.21 | 0.96 | 0.1 |
| Hex | 1 | 30 | 9 | 62 | 0 | 51 | 51 | 82 | 60 | A |
| Octal | 1 | 60 | 11 | 142 | 0 | 121 | 121 | 202 | 140 | 12 |
| Binary | 1 | 110000 | 1001 | 1100010 | 0 | 1010001 | 1010001 | 10000010 | 1100000 | 1010 |
Color Harmonies of #013009
Complementary color
Monochromatic Colors of #013009
Black with #013009
Text Example
Text Example
White with #013009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013009; }
p { color: rgb(1,48,9); }
H1.HeaderClassName
{
color: #013009;
}
.AnyTagClassName
{
color: #013009;
}
</style>
background-color css
<style>
a { background-color: #013009; }
a { background-color: rgb(1,48,9); }
div.DivClassName
{
background-color: #013009;
}
.BgClassName
{
background-color: #013009;
}
</style>
border-color css
<style>
span { border-color: #013009; }
span { border-color: rgb(1,48,9); }
td.TdClassName
{
border-color: #013009;
}
.TagClassName
{
border-color: #013009;
}
</style>