Shades of Deep Fir #14391D
Tints of Deep Fir #14391D
RGB
CMYK
RGB Variations
Color information
#14391D (or 0x14391D) is known color: Deep Fir. HEX triplet: 14, 39 and 1D. RGB value is (20,57,29). Sum of RGB (Red+Green+Blue) = 20+57+29=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #14391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14391D is #EBC6E2. Grayscale: #2A2A2A. Windows color (decimal): -15451875 or 1915156. OLE color: 1915156.
HSL color Cylindrical-coordinate representation of color #14391D: hue angle of 134.59º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14391D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 29 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.78 |
| HSL | 134.59º | 0.48% | 0.15% | - |
| HSV(B) | 134.59º | 0.65% | 0.22% | - |
| XYZ | 1.97 | 3.16 | 1.67 | - |
| YUV | 42.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 29 | 0.65 | 0 | 0.49 | 0.78 | 134.59 | 0.48 | 0.15 |
| Hex | 14 | 39 | 1D | 41 | 0 | 31 | 4E | 87 | 30 | F |
| Octal | 24 | 71 | 35 | 101 | 0 | 61 | 116 | 207 | 60 | 17 |
| Binary | 10100 | 111001 | 11101 | 1000001 | 0 | 110001 | 1001110 | 10000111 | 110000 | 1111 |
Color Harmonies of #14391D
Complementary color
Monochromatic Colors of #14391D
Black with #14391D
Text Example
Text Example
White with #14391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14391D; }
p { color: rgb(20,57,29); }
H1.HeaderClassName
{
color: #14391D;
}
.AnyTagClassName
{
color: #14391D;
}
</style>
background-color css
<style>
a { background-color: #14391D; }
a { background-color: rgb(20,57,29); }
div.DivClassName
{
background-color: #14391D;
}
.BgClassName
{
background-color: #14391D;
}
</style>
border-color css
<style>
span { border-color: #14391D; }
span { border-color: rgb(20,57,29); }
td.TdClassName
{
border-color: #14391D;
}
.TagClassName
{
border-color: #14391D;
}
</style>