Shades of Deep Fir #14311C
Tints of Deep Fir #14311C
RGB
CMYK
RGB Variations
Color information
#14311C (or 0x14311C) is known color: Deep Fir. HEX triplet: 14, 31 and 1C. RGB value is (20,49,28). Sum of RGB (Red+Green+Blue) = 20+49+28=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #14311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311C is #EBCEE3. Grayscale: #252525. Windows color (decimal): -15453924 or 1847572. OLE color: 1847572.
HSL color Cylindrical-coordinate representation of color #14311C: hue angle of 136.55º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14311C is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 28 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.81 |
| HSL | 136.55º | 0.42% | 0.14% | - |
| HSV(B) | 136.55º | 0.59% | 0.19% | - |
| XYZ | 1.6 | 2.43 | 1.48 | - |
| YUV | 37.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 28 | 0.59 | 0 | 0.43 | 0.81 | 136.55 | 0.42 | 0.14 |
| Hex | 14 | 31 | 1C | 3B | 0 | 2B | 51 | 89 | 2A | E |
| Octal | 24 | 61 | 34 | 73 | 0 | 53 | 121 | 211 | 52 | 16 |
| Binary | 10100 | 110001 | 11100 | 111011 | 0 | 101011 | 1010001 | 10001001 | 101010 | 1110 |
Color Harmonies of #14311C
Complementary color
Monochromatic Colors of #14311C
Black with #14311C
Text Example
Text Example
White with #14311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14311C; }
p { color: rgb(20,49,28); }
H1.HeaderClassName
{
color: #14311C;
}
.AnyTagClassName
{
color: #14311C;
}
</style>
background-color css
<style>
a { background-color: #14311C; }
a { background-color: rgb(20,49,28); }
div.DivClassName
{
background-color: #14311C;
}
.BgClassName
{
background-color: #14311C;
}
</style>
border-color css
<style>
span { border-color: #14311C; }
span { border-color: rgb(20,49,28); }
td.TdClassName
{
border-color: #14311C;
}
.TagClassName
{
border-color: #14311C;
}
</style>