Shades of Deep Fir #14391C
Tints of Deep Fir #14391C
RGB
CMYK
RGB Variations
Color information
#14391C (or 0x14391C) is known color: Deep Fir. HEX triplet: 14, 39 and 1C. RGB value is (20,57,28). Sum of RGB (Red+Green+Blue) = 20+57+28=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #14391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14391C is #EBC6E3. Grayscale: #2A2A2A. Windows color (decimal): -15451876 or 1849620. OLE color: 1849620.
HSL color Cylindrical-coordinate representation of color #14391C: hue angle of 132.97º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14391C is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 28 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.78 |
| HSL | 132.97º | 0.48% | 0.15% | - |
| HSV(B) | 132.97º | 0.65% | 0.22% | - |
| XYZ | 1.96 | 3.16 | 1.6 | - |
| YUV | 42.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 28 | 0.65 | 0 | 0.51 | 0.78 | 132.97 | 0.48 | 0.15 |
| Hex | 14 | 39 | 1C | 41 | 0 | 33 | 4E | 85 | 30 | F |
| Octal | 24 | 71 | 34 | 101 | 0 | 63 | 116 | 205 | 60 | 17 |
| Binary | 10100 | 111001 | 11100 | 1000001 | 0 | 110011 | 1001110 | 10000101 | 110000 | 1111 |
Color Harmonies of #14391C
Complementary color
Monochromatic Colors of #14391C
Black with #14391C
Text Example
Text Example
White with #14391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14391C; }
p { color: rgb(20,57,28); }
H1.HeaderClassName
{
color: #14391C;
}
.AnyTagClassName
{
color: #14391C;
}
</style>
background-color css
<style>
a { background-color: #14391C; }
a { background-color: rgb(20,57,28); }
div.DivClassName
{
background-color: #14391C;
}
.BgClassName
{
background-color: #14391C;
}
</style>
border-color css
<style>
span { border-color: #14391C; }
span { border-color: rgb(20,57,28); }
td.TdClassName
{
border-color: #14391C;
}
.TagClassName
{
border-color: #14391C;
}
</style>