Shades of Deep Fir #00390F
Tints of Deep Fir #00390F
RGB
CMYK
RGB Variations
Color information
#00390F (or 0x00390F) is known color: Deep Fir. HEX triplet: 00, 39 and 0F. RGB value is (0,57,15). Sum of RGB (Red+Green+Blue) = 0+57+15=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 57 (22.66% from 255 or 79.17% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 57 - color contains mainly: green. Hex color #00390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00390F is #FFC6F0. Grayscale: #232323. Windows color (decimal): -16762609 or 997632. OLE color: 997632.
HSL color Cylindrical-coordinate representation of color #00390F: hue angle of 135.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00390F is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 15 | - |
| CMYK | 1 | 0 | 0.74 | 0.78 |
| HSL | 135.79º | 1% | 0.11% | - |
| HSV(B) | 135.79º | 1% | 0.22% | - |
| XYZ | 1.55 | 2.96 | 0.94 | - |
| YUV | 35.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 15 | 1 | 0 | 0.74 | 0.78 | 135.79 | 1 | 0.11 |
| Hex | 0 | 39 | F | 64 | 0 | 4A | 4E | 88 | 64 | B |
| Octal | 0 | 71 | 17 | 144 | 0 | 112 | 116 | 210 | 144 | 13 |
| Binary | 0 | 111001 | 1111 | 1100100 | 0 | 1001010 | 1001110 | 10001000 | 1100100 | 1011 |
Color Harmonies of #00390F
Complementary color
Monochromatic Colors of #00390F
Black with #00390F
Text Example
Text Example
White with #00390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00390F; }
p { color: rgb(0,57,15); }
H1.HeaderClassName
{
color: #00390F;
}
.AnyTagClassName
{
color: #00390F;
}
</style>
background-color css
<style>
a { background-color: #00390F; }
a { background-color: rgb(0,57,15); }
div.DivClassName
{
background-color: #00390F;
}
.BgClassName
{
background-color: #00390F;
}
</style>
border-color css
<style>
span { border-color: #00390F; }
span { border-color: rgb(0,57,15); }
td.TdClassName
{
border-color: #00390F;
}
.TagClassName
{
border-color: #00390F;
}
</style>