Shades of Deep Fir #00410D
Tints of Deep Fir #00410D
RGB
CMYK
RGB Variations
Color information
#00410D (or 0x00410D) is known color: Deep Fir. HEX triplet: 00, 41 and 0D. RGB value is (0,65,13). Sum of RGB (Red+Green+Blue) = 0+65+13=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #00410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00410D is #FFBEF2. Grayscale: #272727. Windows color (decimal): -16760563 or 868608. OLE color: 868608.
HSL color Cylindrical-coordinate representation of color #00410D: hue angle of 132º 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 #00410D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 13 | - |
| CMYK | 1 | 0 | 0.80 | 0.75 |
| HSL | 132º | 1% | 0.13% | - |
| HSV(B) | 132º | 1% | 0.25% | - |
| XYZ | 1.96 | 3.81 | 1.01 | - |
| YUV | 39.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 13 | 1 | 0 | 0.80 | 0.75 | 132 | 1 | 0.13 |
| Hex | 0 | 41 | D | 64 | 0 | 50 | 4B | 84 | 64 | D |
| Octal | 0 | 101 | 15 | 144 | 0 | 120 | 113 | 204 | 144 | 15 |
| Binary | 0 | 1000001 | 1101 | 1100100 | 0 | 1010000 | 1001011 | 10000100 | 1100100 | 1101 |
Color Harmonies of #00410D
Complementary color
Monochromatic Colors of #00410D
Black with #00410D
Text Example
Text Example
White with #00410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00410D; }
p { color: rgb(0,65,13); }
H1.HeaderClassName
{
color: #00410D;
}
.AnyTagClassName
{
color: #00410D;
}
</style>
background-color css
<style>
a { background-color: #00410D; }
a { background-color: rgb(0,65,13); }
div.DivClassName
{
background-color: #00410D;
}
.BgClassName
{
background-color: #00410D;
}
</style>
border-color css
<style>
span { border-color: #00410D; }
span { border-color: rgb(0,65,13); }
td.TdClassName
{
border-color: #00410D;
}
.TagClassName
{
border-color: #00410D;
}
</style>