Shades of Deep Fir #14321E
Tints of Deep Fir #14321E
RGB
CMYK
RGB Variations
Color information
#14321E (or 0x14321E) is known color: Deep Fir. HEX triplet: 14, 32 and 1E. RGB value is (20,50,30). Sum of RGB (Red+Green+Blue) = 20+50+30=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #14321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14321E is #EBCDE1. Grayscale: #262626. Windows color (decimal): -15453666 or 1978900. OLE color: 1978900.
HSL color Cylindrical-coordinate representation of color #14321E: hue angle of 140º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14321E is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 30 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.80 |
| HSL | 140º | 0.43% | 0.14% | - |
| HSV(B) | 140º | 0.6% | 0.2% | - |
| XYZ | 1.66 | 2.52 | 1.63 | - |
| YUV | 38.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 30 | 0.60 | 0 | 0.40 | 0.80 | 140 | 0.43 | 0.14 |
| Hex | 14 | 32 | 1E | 3C | 0 | 28 | 50 | 8C | 2B | E |
| Octal | 24 | 62 | 36 | 74 | 0 | 50 | 120 | 214 | 53 | 16 |
| Binary | 10100 | 110010 | 11110 | 111100 | 0 | 101000 | 1010000 | 10001100 | 101011 | 1110 |
Color Harmonies of #14321E
Complementary color
Monochromatic Colors of #14321E
Black with #14321E
Text Example
Text Example
White with #14321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14321E; }
p { color: rgb(20,50,30); }
H1.HeaderClassName
{
color: #14321E;
}
.AnyTagClassName
{
color: #14321E;
}
</style>
background-color css
<style>
a { background-color: #14321E; }
a { background-color: rgb(20,50,30); }
div.DivClassName
{
background-color: #14321E;
}
.BgClassName
{
background-color: #14321E;
}
</style>
border-color css
<style>
span { border-color: #14321E; }
span { border-color: rgb(20,50,30); }
td.TdClassName
{
border-color: #14321E;
}
.TagClassName
{
border-color: #14321E;
}
</style>