Shades of Deep Fir #14381B
Tints of Deep Fir #14381B
RGB
CMYK
RGB Variations
Color information
#14381B (or 0x14381B) is known color: Deep Fir. HEX triplet: 14, 38 and 1B. RGB value is (20,56,27). Sum of RGB (Red+Green+Blue) = 20+56+27=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #14381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381B is #EBC7E4. Grayscale: #2A2A2A. Windows color (decimal): -15452133 or 1783828. OLE color: 1783828.
HSL color Cylindrical-coordinate representation of color #14381B: hue angle of 131.67º 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 #14381B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 27 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.78 |
| HSL | 131.67º | 0.47% | 0.15% | - |
| HSV(B) | 131.67º | 0.64% | 0.22% | - |
| XYZ | 1.9 | 3.06 | 1.53 | - |
| YUV | 41.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 27 | 0.64 | 0 | 0.52 | 0.78 | 131.67 | 0.47 | 0.15 |
| Hex | 14 | 38 | 1B | 40 | 0 | 34 | 4E | 84 | 2F | F |
| Octal | 24 | 70 | 33 | 100 | 0 | 64 | 116 | 204 | 57 | 17 |
| Binary | 10100 | 111000 | 11011 | 1000000 | 0 | 110100 | 1001110 | 10000100 | 101111 | 1111 |
Color Harmonies of #14381B
Complementary color
Monochromatic Colors of #14381B
Black with #14381B
Text Example
Text Example
White with #14381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14381B; }
p { color: rgb(20,56,27); }
H1.HeaderClassName
{
color: #14381B;
}
.AnyTagClassName
{
color: #14381B;
}
</style>
background-color css
<style>
a { background-color: #14381B; }
a { background-color: rgb(20,56,27); }
div.DivClassName
{
background-color: #14381B;
}
.BgClassName
{
background-color: #14381B;
}
</style>
border-color css
<style>
span { border-color: #14381B; }
span { border-color: rgb(20,56,27); }
td.TdClassName
{
border-color: #14381B;
}
.TagClassName
{
border-color: #14381B;
}
</style>