Shades of Deep Fir #14311F
Tints of Deep Fir #14311F
RGB
CMYK
RGB Variations
Color information
#14311F (or 0x14311F) is known color: Deep Fir. HEX triplet: 14, 31 and 1F. RGB value is (20,49,31). Sum of RGB (Red+Green+Blue) = 20+49+31=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #14311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311F is #EBCEE0. Grayscale: #262626. Windows color (decimal): -15453921 or 2044180. OLE color: 2044180.
HSL color Cylindrical-coordinate representation of color #14311F: hue angle of 142.76º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14311F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 31 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.81 |
| HSL | 142.76º | 0.42% | 0.14% | - |
| HSV(B) | 142.76º | 0.59% | 0.19% | - |
| XYZ | 1.63 | 2.44 | 1.68 | - |
| YUV | 38.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 31 | 0.59 | 0 | 0.37 | 0.81 | 142.76 | 0.42 | 0.14 |
| Hex | 14 | 31 | 1F | 3B | 0 | 25 | 51 | 8F | 2A | E |
| Octal | 24 | 61 | 37 | 73 | 0 | 45 | 121 | 217 | 52 | 16 |
| Binary | 10100 | 110001 | 11111 | 111011 | 0 | 100101 | 1010001 | 10001111 | 101010 | 1110 |
Color Harmonies of #14311F
Complementary color
Monochromatic Colors of #14311F
Black with #14311F
Text Example
Text Example
White with #14311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14311F; }
p { color: rgb(20,49,31); }
H1.HeaderClassName
{
color: #14311F;
}
.AnyTagClassName
{
color: #14311F;
}
</style>
background-color css
<style>
a { background-color: #14311F; }
a { background-color: rgb(20,49,31); }
div.DivClassName
{
background-color: #14311F;
}
.BgClassName
{
background-color: #14311F;
}
</style>
border-color css
<style>
span { border-color: #14311F; }
span { border-color: rgb(20,49,31); }
td.TdClassName
{
border-color: #14311F;
}
.TagClassName
{
border-color: #14311F;
}
</style>