Shades of Deep Fir #14341D
Tints of Deep Fir #14341D
RGB
CMYK
RGB Variations
Color information
#14341D (or 0x14341D) is known color: Deep Fir. HEX triplet: 14, 34 and 1D. RGB value is (20,52,29). Sum of RGB (Red+Green+Blue) = 20+52+29=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #14341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341D is #EBCBE2. Grayscale: #272727. Windows color (decimal): -15453155 or 1913876. OLE color: 1913876.
HSL color Cylindrical-coordinate representation of color #14341D: hue angle of 136.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14341D is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 29 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.80 |
| HSL | 136.88º | 0.44% | 0.14% | - |
| HSV(B) | 136.88º | 0.62% | 0.2% | - |
| XYZ | 1.74 | 2.69 | 1.59 | - |
| YUV | 39.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 29 | 0.62 | 0 | 0.44 | 0.80 | 136.88 | 0.44 | 0.14 |
| Hex | 14 | 34 | 1D | 3E | 0 | 2C | 50 | 89 | 2C | E |
| Octal | 24 | 64 | 35 | 76 | 0 | 54 | 120 | 211 | 54 | 16 |
| Binary | 10100 | 110100 | 11101 | 111110 | 0 | 101100 | 1010000 | 10001001 | 101100 | 1110 |
Color Harmonies of #14341D
Complementary color
Monochromatic Colors of #14341D
Black with #14341D
Text Example
Text Example
White with #14341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14341D; }
p { color: rgb(20,52,29); }
H1.HeaderClassName
{
color: #14341D;
}
.AnyTagClassName
{
color: #14341D;
}
</style>
background-color css
<style>
a { background-color: #14341D; }
a { background-color: rgb(20,52,29); }
div.DivClassName
{
background-color: #14341D;
}
.BgClassName
{
background-color: #14341D;
}
</style>
border-color css
<style>
span { border-color: #14341D; }
span { border-color: rgb(20,52,29); }
td.TdClassName
{
border-color: #14341D;
}
.TagClassName
{
border-color: #14341D;
}
</style>