Shades of Deep Fir #00400D
Tints of Deep Fir #00400D
RGB
CMYK
RGB Variations
Color information
#00400D (or 0x00400D) is known color: Deep Fir. HEX triplet: 00, 40 and 0D. RGB value is (0,64,13). Sum of RGB (Red+Green+Blue) = 0+64+13=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #00400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00400D is #FFBFF2. Grayscale: #272727. Windows color (decimal): -16760819 or 868352. OLE color: 868352.
HSL color Cylindrical-coordinate representation of color #00400D: hue angle of 132.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00400D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 13 | - |
| CMYK | 1 | 0 | 0.80 | 0.75 |
| HSL | 132.19º | 1% | 0.13% | - |
| HSV(B) | 132.19º | 1% | 0.25% | - |
| XYZ | 1.91 | 3.7 | 0.99 | - |
| YUV | 39.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 13 | 1 | 0 | 0.80 | 0.75 | 132.19 | 1 | 0.13 |
| Hex | 0 | 40 | D | 64 | 0 | 50 | 4B | 84 | 64 | D |
| Octal | 0 | 100 | 15 | 144 | 0 | 120 | 113 | 204 | 144 | 15 |
| Binary | 0 | 1000000 | 1101 | 1100100 | 0 | 1010000 | 1001011 | 10000100 | 1100100 | 1101 |
Color Harmonies of #00400D
Complementary color
Monochromatic Colors of #00400D
Black with #00400D
Text Example
Text Example
White with #00400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00400D; }
p { color: rgb(0,64,13); }
H1.HeaderClassName
{
color: #00400D;
}
.AnyTagClassName
{
color: #00400D;
}
</style>
background-color css
<style>
a { background-color: #00400D; }
a { background-color: rgb(0,64,13); }
div.DivClassName
{
background-color: #00400D;
}
.BgClassName
{
background-color: #00400D;
}
</style>
border-color css
<style>
span { border-color: #00400D; }
span { border-color: rgb(0,64,13); }
td.TdClassName
{
border-color: #00400D;
}
.TagClassName
{
border-color: #00400D;
}
</style>