Shades of Deep Fir #14411E
Tints of Deep Fir #14411E
RGB
CMYK
RGB Variations
Color information
#14411E (or 0x14411E) is known color: Deep Fir. HEX triplet: 14, 41 and 1E. RGB value is (20,65,30). Sum of RGB (Red+Green+Blue) = 20+65+30=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #14411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411E is #EBBEE1. Grayscale: #2F2F2F. Windows color (decimal): -15449826 or 1982740. OLE color: 1982740.
HSL color Cylindrical-coordinate representation of color #14411E: hue angle of 133.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14411E is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 30 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.75 |
| HSL | 133.33º | 0.53% | 0.17% | - |
| HSV(B) | 133.33º | 0.69% | 0.25% | - |
| XYZ | 2.41 | 4.02 | 1.88 | - |
| YUV | 47.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 30 | 0.69 | 0 | 0.54 | 0.75 | 133.33 | 0.53 | 0.17 |
| Hex | 14 | 41 | 1E | 45 | 0 | 36 | 4B | 85 | 35 | 11 |
| Octal | 24 | 101 | 36 | 105 | 0 | 66 | 113 | 205 | 65 | 21 |
| Binary | 10100 | 1000001 | 11110 | 1000101 | 0 | 110110 | 1001011 | 10000101 | 110101 | 10001 |
Color Harmonies of #14411E
Complementary color
Monochromatic Colors of #14411E
Black with #14411E
Text Example
Text Example
White with #14411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14411E; }
p { color: rgb(20,65,30); }
H1.HeaderClassName
{
color: #14411E;
}
.AnyTagClassName
{
color: #14411E;
}
</style>
background-color css
<style>
a { background-color: #14411E; }
a { background-color: rgb(20,65,30); }
div.DivClassName
{
background-color: #14411E;
}
.BgClassName
{
background-color: #14411E;
}
</style>
border-color css
<style>
span { border-color: #14411E; }
span { border-color: rgb(20,65,30); }
td.TdClassName
{
border-color: #14411E;
}
.TagClassName
{
border-color: #14411E;
}
</style>