Shades of Deep Fir #14351E
Tints of Deep Fir #14351E
RGB
CMYK
RGB Variations
Color information
#14351E (or 0x14351E) is known color: Deep Fir. HEX triplet: 14, 35 and 1E. RGB value is (20,53,30). Sum of RGB (Red+Green+Blue) = 20+53+30=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #14351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14351E is #EBCAE1. Grayscale: #282828. Windows color (decimal): -15452898 or 1979668. OLE color: 1979668.
HSL color Cylindrical-coordinate representation of color #14351E: hue angle of 138.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14351E is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 30 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.79 |
| HSL | 138.18º | 0.45% | 0.14% | - |
| HSV(B) | 138.18º | 0.62% | 0.21% | - |
| XYZ | 1.8 | 2.79 | 1.67 | - |
| YUV | 40.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 30 | 0.62 | 0 | 0.43 | 0.79 | 138.18 | 0.45 | 0.14 |
| Hex | 14 | 35 | 1E | 3E | 0 | 2B | 4F | 8A | 2D | E |
| Octal | 24 | 65 | 36 | 76 | 0 | 53 | 117 | 212 | 55 | 16 |
| Binary | 10100 | 110101 | 11110 | 111110 | 0 | 101011 | 1001111 | 10001010 | 101101 | 1110 |
Color Harmonies of #14351E
Complementary color
Monochromatic Colors of #14351E
Black with #14351E
Text Example
Text Example
White with #14351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14351E; }
p { color: rgb(20,53,30); }
H1.HeaderClassName
{
color: #14351E;
}
.AnyTagClassName
{
color: #14351E;
}
</style>
background-color css
<style>
a { background-color: #14351E; }
a { background-color: rgb(20,53,30); }
div.DivClassName
{
background-color: #14351E;
}
.BgClassName
{
background-color: #14351E;
}
</style>
border-color css
<style>
span { border-color: #14351E; }
span { border-color: rgb(20,53,30); }
td.TdClassName
{
border-color: #14351E;
}
.TagClassName
{
border-color: #14351E;
}
</style>