Shades of Deep Fir #0D2314
Tints of Deep Fir #0D2314
RGB
CMYK
RGB Variations
Color information
#0D2314 (or 0x0D2314) is known color: Deep Fir. HEX triplet: 0D, 23 and 14. RGB value is (13,35,20). Sum of RGB (Red+Green+Blue) = 13+35+20=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2314 is #F2DCEB. Grayscale: #1A1A1A. Windows color (decimal): -15916268 or 1319693. OLE color: 1319693.
HSL color Cylindrical-coordinate representation of color #0D2314: hue angle of 139.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2314 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 20 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.86 |
| HSL | 139.09º | 0.46% | 0.09% | - |
| HSV(B) | 139.09º | 0.63% | 0.14% | - |
| XYZ | 0.89 | 1.34 | 0.87 | - |
| YUV | 26.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 20 | 0.63 | 0 | 0.43 | 0.86 | 139.09 | 0.46 | 0.09 |
| Hex | D | 23 | 14 | 3F | 0 | 2B | 56 | 8B | 2E | 9 |
| Octal | 15 | 43 | 24 | 77 | 0 | 53 | 126 | 213 | 56 | 11 |
| Binary | 1101 | 100011 | 10100 | 111111 | 0 | 101011 | 1010110 | 10001011 | 101110 | 1001 |
Color Harmonies of #0D2314
Complementary color
Monochromatic Colors of #0D2314
Black with #0D2314
Text Example
Text Example
White with #0D2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2314; }
p { color: rgb(13,35,20); }
H1.HeaderClassName
{
color: #0D2314;
}
.AnyTagClassName
{
color: #0D2314;
}
</style>
background-color css
<style>
a { background-color: #0D2314; }
a { background-color: rgb(13,35,20); }
div.DivClassName
{
background-color: #0D2314;
}
.BgClassName
{
background-color: #0D2314;
}
</style>
border-color css
<style>
span { border-color: #0D2314; }
span { border-color: rgb(13,35,20); }
td.TdClassName
{
border-color: #0D2314;
}
.TagClassName
{
border-color: #0D2314;
}
</style>