Shades of Deep Fir #14341B
Tints of Deep Fir #14341B
RGB
CMYK
RGB Variations
Color information
#14341B (or 0x14341B) is known color: Deep Fir. HEX triplet: 14, 34 and 1B. RGB value is (20,52,27). Sum of RGB (Red+Green+Blue) = 20+52+27=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #14341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341B is #EBCBE4. Grayscale: #272727. Windows color (decimal): -15453157 or 1782804. OLE color: 1782804.
HSL color Cylindrical-coordinate representation of color #14341B: hue angle of 133.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14341B is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 27 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.80 |
| HSL | 133.13º | 0.44% | 0.14% | - |
| HSV(B) | 133.13º | 0.62% | 0.2% | - |
| XYZ | 1.71 | 2.68 | 1.46 | - |
| YUV | 39.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 27 | 0.62 | 0 | 0.48 | 0.80 | 133.13 | 0.44 | 0.14 |
| Hex | 14 | 34 | 1B | 3E | 0 | 30 | 50 | 85 | 2C | E |
| Octal | 24 | 64 | 33 | 76 | 0 | 60 | 120 | 205 | 54 | 16 |
| Binary | 10100 | 110100 | 11011 | 111110 | 0 | 110000 | 1010000 | 10000101 | 101100 | 1110 |
Color Harmonies of #14341B
Complementary color
Monochromatic Colors of #14341B
Black with #14341B
Text Example
Text Example
White with #14341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14341B; }
p { color: rgb(20,52,27); }
H1.HeaderClassName
{
color: #14341B;
}
.AnyTagClassName
{
color: #14341B;
}
</style>
background-color css
<style>
a { background-color: #14341B; }
a { background-color: rgb(20,52,27); }
div.DivClassName
{
background-color: #14341B;
}
.BgClassName
{
background-color: #14341B;
}
</style>
border-color css
<style>
span { border-color: #14341B; }
span { border-color: rgb(20,52,27); }
td.TdClassName
{
border-color: #14341B;
}
.TagClassName
{
border-color: #14341B;
}
</style>