Shades of Deep Fir #0E3C21
Tints of Deep Fir #0E3C21
RGB
CMYK
RGB Variations
Color information
#0E3C21 (or 0x0E3C21) is known color: Deep Fir. HEX triplet: 0E, 3C and 21. RGB value is (14,60,33). Sum of RGB (Red+Green+Blue) = 14+60+33=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C21 is #F1C3DE. Grayscale: #2B2B2B. Windows color (decimal): -15844319 or 2178062. OLE color: 2178062.
HSL color Cylindrical-coordinate representation of color #0E3C21: hue angle of 144.78º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3C21 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 33 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.76 |
| HSL | 144.78º | 0.62% | 0.15% | - |
| HSV(B) | 144.78º | 0.77% | 0.24% | - |
| XYZ | 2.07 | 3.43 | 1.99 | - |
| YUV | 43.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 33 | 0.77 | 0 | 0.45 | 0.76 | 144.78 | 0.62 | 0.15 |
| Hex | E | 3C | 21 | 4D | 0 | 2D | 4C | 91 | 3E | F |
| Octal | 16 | 74 | 41 | 115 | 0 | 55 | 114 | 221 | 76 | 17 |
| Binary | 1110 | 111100 | 100001 | 1001101 | 0 | 101101 | 1001100 | 10010001 | 111110 | 1111 |
Color Harmonies of #0E3C21
Complementary color
Monochromatic Colors of #0E3C21
Black with #0E3C21
Text Example
Text Example
White with #0E3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C21; }
p { color: rgb(14,60,33); }
H1.HeaderClassName
{
color: #0E3C21;
}
.AnyTagClassName
{
color: #0E3C21;
}
</style>
background-color css
<style>
a { background-color: #0E3C21; }
a { background-color: rgb(14,60,33); }
div.DivClassName
{
background-color: #0E3C21;
}
.BgClassName
{
background-color: #0E3C21;
}
</style>
border-color css
<style>
span { border-color: #0E3C21; }
span { border-color: rgb(14,60,33); }
td.TdClassName
{
border-color: #0E3C21;
}
.TagClassName
{
border-color: #0E3C21;
}
</style>