Shades of Deep Fir #14381D
Tints of Deep Fir #14381D
RGB
CMYK
RGB Variations
Color information
#14381D (or 0x14381D) is known color: Deep Fir. HEX triplet: 14, 38 and 1D. RGB value is (20,56,29). Sum of RGB (Red+Green+Blue) = 20+56+29=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #14381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381D is #EBC7E2. Grayscale: #2A2A2A. Windows color (decimal): -15452131 or 1914900. OLE color: 1914900.
HSL color Cylindrical-coordinate representation of color #14381D: hue angle of 135º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14381D is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 29 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.78 |
| HSL | 135º | 0.47% | 0.15% | - |
| HSV(B) | 135º | 0.64% | 0.22% | - |
| XYZ | 1.92 | 3.07 | 1.65 | - |
| YUV | 42.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 29 | 0.64 | 0 | 0.48 | 0.78 | 135 | 0.47 | 0.15 |
| Hex | 14 | 38 | 1D | 40 | 0 | 30 | 4E | 87 | 2F | F |
| Octal | 24 | 70 | 35 | 100 | 0 | 60 | 116 | 207 | 57 | 17 |
| Binary | 10100 | 111000 | 11101 | 1000000 | 0 | 110000 | 1001110 | 10000111 | 101111 | 1111 |
Color Harmonies of #14381D
Complementary color
Monochromatic Colors of #14381D
Black with #14381D
Text Example
Text Example
White with #14381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14381D; }
p { color: rgb(20,56,29); }
H1.HeaderClassName
{
color: #14381D;
}
.AnyTagClassName
{
color: #14381D;
}
</style>
background-color css
<style>
a { background-color: #14381D; }
a { background-color: rgb(20,56,29); }
div.DivClassName
{
background-color: #14381D;
}
.BgClassName
{
background-color: #14381D;
}
</style>
border-color css
<style>
span { border-color: #14381D; }
span { border-color: rgb(20,56,29); }
td.TdClassName
{
border-color: #14381D;
}
.TagClassName
{
border-color: #14381D;
}
</style>