Shades of Deep Fir #14381A
Tints of Deep Fir #14381A
RGB
CMYK
RGB Variations
Color information
#14381A (or 0x14381A) is known color: Deep Fir. HEX triplet: 14, 38 and 1A. RGB value is (20,56,26). Sum of RGB (Red+Green+Blue) = 20+56+26=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #14381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381A is #EBC7E5. Grayscale: #292929. Windows color (decimal): -15452134 or 1718292. OLE color: 1718292.
HSL color Cylindrical-coordinate representation of color #14381A: hue angle of 130º 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 #14381A is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 26 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.78 |
| HSL | 130º | 0.47% | 0.15% | - |
| HSV(B) | 130º | 0.64% | 0.22% | - |
| XYZ | 1.89 | 3.05 | 1.47 | - |
| YUV | 41.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 26 | 0.64 | 0 | 0.54 | 0.78 | 130 | 0.47 | 0.15 |
| Hex | 14 | 38 | 1A | 40 | 0 | 36 | 4E | 82 | 2F | F |
| Octal | 24 | 70 | 32 | 100 | 0 | 66 | 116 | 202 | 57 | 17 |
| Binary | 10100 | 111000 | 11010 | 1000000 | 0 | 110110 | 1001110 | 10000010 | 101111 | 1111 |
Color Harmonies of #14381A
Complementary color
Monochromatic Colors of #14381A
Black with #14381A
Text Example
Text Example
White with #14381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14381A; }
p { color: rgb(20,56,26); }
H1.HeaderClassName
{
color: #14381A;
}
.AnyTagClassName
{
color: #14381A;
}
</style>
background-color css
<style>
a { background-color: #14381A; }
a { background-color: rgb(20,56,26); }
div.DivClassName
{
background-color: #14381A;
}
.BgClassName
{
background-color: #14381A;
}
</style>
border-color css
<style>
span { border-color: #14381A; }
span { border-color: rgb(20,56,26); }
td.TdClassName
{
border-color: #14381A;
}
.TagClassName
{
border-color: #14381A;
}
</style>