Shades of Deep Fir #14311E
Tints of Deep Fir #14311E
RGB
CMYK
RGB Variations
Color information
#14311E (or 0x14311E) is known color: Deep Fir. HEX triplet: 14, 31 and 1E. RGB value is (20,49,30). Sum of RGB (Red+Green+Blue) = 20+49+30=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #14311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311E is #EBCEE1. Grayscale: #262626. Windows color (decimal): -15453922 or 1978644. OLE color: 1978644.
HSL color Cylindrical-coordinate representation of color #14311E: hue angle of 140.69º 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 #14311E is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 30 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.81 |
| HSL | 140.69º | 0.42% | 0.14% | - |
| HSV(B) | 140.69º | 0.59% | 0.19% | - |
| XYZ | 1.62 | 2.44 | 1.61 | - |
| YUV | 38.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 30 | 0.59 | 0 | 0.39 | 0.81 | 140.69 | 0.42 | 0.14 |
| Hex | 14 | 31 | 1E | 3B | 0 | 27 | 51 | 8D | 2A | E |
| Octal | 24 | 61 | 36 | 73 | 0 | 47 | 121 | 215 | 52 | 16 |
| Binary | 10100 | 110001 | 11110 | 111011 | 0 | 100111 | 1010001 | 10001101 | 101010 | 1110 |
Color Harmonies of #14311E
Complementary color
Monochromatic Colors of #14311E
Black with #14311E
Text Example
Text Example
White with #14311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14311E; }
p { color: rgb(20,49,30); }
H1.HeaderClassName
{
color: #14311E;
}
.AnyTagClassName
{
color: #14311E;
}
</style>
background-color css
<style>
a { background-color: #14311E; }
a { background-color: rgb(20,49,30); }
div.DivClassName
{
background-color: #14311E;
}
.BgClassName
{
background-color: #14311E;
}
</style>
border-color css
<style>
span { border-color: #14311E; }
span { border-color: rgb(20,49,30); }
td.TdClassName
{
border-color: #14311E;
}
.TagClassName
{
border-color: #14311E;
}
</style>