Shades of Deep Fir #14411F
Tints of Deep Fir #14411F
RGB
CMYK
RGB Variations
Color information
#14411F (or 0x14411F) is known color: Deep Fir. HEX triplet: 14, 41 and 1F. RGB value is (20,65,31). Sum of RGB (Red+Green+Blue) = 20+65+31=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #14411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411F is #EBBEE0. Grayscale: #2F2F2F. Windows color (decimal): -15449825 or 2048276. OLE color: 2048276.
HSL color Cylindrical-coordinate representation of color #14411F: hue angle of 134.67º 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 #14411F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 31 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.75 |
| HSL | 134.67º | 0.53% | 0.17% | - |
| HSV(B) | 134.67º | 0.69% | 0.25% | - |
| XYZ | 2.43 | 4.03 | 1.95 | - |
| YUV | 47.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 31 | 0.69 | 0 | 0.52 | 0.75 | 134.67 | 0.53 | 0.17 |
| Hex | 14 | 41 | 1F | 45 | 0 | 34 | 4B | 87 | 35 | 11 |
| Octal | 24 | 101 | 37 | 105 | 0 | 64 | 113 | 207 | 65 | 21 |
| Binary | 10100 | 1000001 | 11111 | 1000101 | 0 | 110100 | 1001011 | 10000111 | 110101 | 10001 |
Color Harmonies of #14411F
Complementary color
Monochromatic Colors of #14411F
Black with #14411F
Text Example
Text Example
White with #14411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14411F; }
p { color: rgb(20,65,31); }
H1.HeaderClassName
{
color: #14411F;
}
.AnyTagClassName
{
color: #14411F;
}
</style>
background-color css
<style>
a { background-color: #14411F; }
a { background-color: rgb(20,65,31); }
div.DivClassName
{
background-color: #14411F;
}
.BgClassName
{
background-color: #14411F;
}
</style>
border-color css
<style>
span { border-color: #14411F; }
span { border-color: rgb(20,65,31); }
td.TdClassName
{
border-color: #14411F;
}
.TagClassName
{
border-color: #14411F;
}
</style>