Shades of Deep Fir #0D3312
Tints of Deep Fir #0D3312
RGB
CMYK
RGB Variations
Color information
#0D3312 (or 0x0D3312) is known color: Deep Fir. HEX triplet: 0D, 33 and 12. RGB value is (13,51,18). Sum of RGB (Red+Green+Blue) = 13+51+18=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3312 is #F2CCED. Grayscale: #232323. Windows color (decimal): -15912174 or 1192717. OLE color: 1192717.
HSL color Cylindrical-coordinate representation of color #0D3312: hue angle of 127.89º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3312 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 18 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.8 |
| HSL | 127.89º | 0.59% | 0.13% | - |
| HSV(B) | 127.89º | 0.75% | 0.2% | - |
| XYZ | 1.46 | 2.5 | 0.98 | - |
| YUV | 35.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 18 | 0.75 | 0 | 0.65 | 0.8 | 127.89 | 0.59 | 0.13 |
| Hex | D | 33 | 12 | 4B | 0 | 41 | 50 | 80 | 3B | D |
| Octal | 15 | 63 | 22 | 113 | 0 | 101 | 120 | 200 | 73 | 15 |
| Binary | 1101 | 110011 | 10010 | 1001011 | 0 | 1000001 | 1010000 | 10000000 | 111011 | 1101 |
Color Harmonies of #0D3312
Complementary color
Monochromatic Colors of #0D3312
Black with #0D3312
Text Example
Text Example
White with #0D3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3312; }
p { color: rgb(13,51,18); }
H1.HeaderClassName
{
color: #0D3312;
}
.AnyTagClassName
{
color: #0D3312;
}
</style>
background-color css
<style>
a { background-color: #0D3312; }
a { background-color: rgb(13,51,18); }
div.DivClassName
{
background-color: #0D3312;
}
.BgClassName
{
background-color: #0D3312;
}
</style>
border-color css
<style>
span { border-color: #0D3312; }
span { border-color: rgb(13,51,18); }
td.TdClassName
{
border-color: #0D3312;
}
.TagClassName
{
border-color: #0D3312;
}
</style>