Shades of Deep Fir #14321D
Tints of Deep Fir #14321D
RGB
CMYK
RGB Variations
Color information
#14321D (or 0x14321D) is known color: Deep Fir. HEX triplet: 14, 32 and 1D. RGB value is (20,50,29). Sum of RGB (Red+Green+Blue) = 20+50+29=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #14321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14321D is #EBCDE2. Grayscale: #262626. Windows color (decimal): -15453667 or 1913364. OLE color: 1913364.
HSL color Cylindrical-coordinate representation of color #14321D: hue angle of 138º 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 #14321D is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 29 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.80 |
| HSL | 138º | 0.43% | 0.14% | - |
| HSV(B) | 138º | 0.6% | 0.2% | - |
| XYZ | 1.65 | 2.52 | 1.56 | - |
| YUV | 38.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 29 | 0.60 | 0 | 0.42 | 0.80 | 138 | 0.43 | 0.14 |
| Hex | 14 | 32 | 1D | 3C | 0 | 2A | 50 | 8A | 2B | E |
| Octal | 24 | 62 | 35 | 74 | 0 | 52 | 120 | 212 | 53 | 16 |
| Binary | 10100 | 110010 | 11101 | 111100 | 0 | 101010 | 1010000 | 10001010 | 101011 | 1110 |
Color Harmonies of #14321D
Complementary color
Monochromatic Colors of #14321D
Black with #14321D
Text Example
Text Example
White with #14321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14321D; }
p { color: rgb(20,50,29); }
H1.HeaderClassName
{
color: #14321D;
}
.AnyTagClassName
{
color: #14321D;
}
</style>
background-color css
<style>
a { background-color: #14321D; }
a { background-color: rgb(20,50,29); }
div.DivClassName
{
background-color: #14321D;
}
.BgClassName
{
background-color: #14321D;
}
</style>
border-color css
<style>
span { border-color: #14321D; }
span { border-color: rgb(20,50,29); }
td.TdClassName
{
border-color: #14321D;
}
.TagClassName
{
border-color: #14321D;
}
</style>