Shades of Deep Fir #01440B
Tints of Deep Fir #01440B
RGB
CMYK
RGB Variations
Color information
#01440B (or 0x01440B) is known color: Deep Fir. HEX triplet: 01, 44 and 0B. RGB value is (1,68,11). Sum of RGB (Red+Green+Blue) = 1+68+11=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 68 (26.95% from 255 or 85% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 68 - color contains mainly: green. Hex color #01440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440B is #FEBBF4. Grayscale: #292929. Windows color (decimal): -16694261 or 738305. OLE color: 738305.
HSL color Cylindrical-coordinate representation of color #01440B: hue angle of 128.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01440B is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 11 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.73 |
| HSL | 128.96º | 0.97% | 0.14% | - |
| HSV(B) | 128.96º | 0.99% | 0.27% | - |
| XYZ | 2.14 | 4.16 | 1.01 | - |
| YUV | 41.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 11 | 0.99 | 0 | 0.84 | 0.73 | 128.96 | 0.97 | 0.14 |
| Hex | 1 | 44 | B | 63 | 0 | 54 | 49 | 81 | 61 | E |
| Octal | 1 | 104 | 13 | 143 | 0 | 124 | 111 | 201 | 141 | 16 |
| Binary | 1 | 1000100 | 1011 | 1100011 | 0 | 1010100 | 1001001 | 10000001 | 1100001 | 1110 |
Color Harmonies of #01440B
Complementary color
Monochromatic Colors of #01440B
Black with #01440B
Text Example
Text Example
White with #01440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01440B; }
p { color: rgb(1,68,11); }
H1.HeaderClassName
{
color: #01440B;
}
.AnyTagClassName
{
color: #01440B;
}
</style>
background-color css
<style>
a { background-color: #01440B; }
a { background-color: rgb(1,68,11); }
div.DivClassName
{
background-color: #01440B;
}
.BgClassName
{
background-color: #01440B;
}
</style>
border-color css
<style>
span { border-color: #01440B; }
span { border-color: rgb(1,68,11); }
td.TdClassName
{
border-color: #01440B;
}
.TagClassName
{
border-color: #01440B;
}
</style>