Shades of Deep Fir #16371D
Tints of Deep Fir #16371D
RGB
CMYK
RGB Variations
Color information
#16371D (or 0x16371D) is known color: Deep Fir. HEX triplet: 16, 37 and 1D. RGB value is (22,55,29). Sum of RGB (Red+Green+Blue) = 22+55+29=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #16371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16371D is #E9C8E2. Grayscale: #2A2A2A. Windows color (decimal): -15321315 or 1914646. OLE color: 1914646.
HSL color Cylindrical-coordinate representation of color #16371D: hue angle of 132.73º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #16371D is Cyan = 0.6, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 29 | - |
| CMYK | 0.6 | 0 | 0.47 | 0.78 |
| HSL | 132.73º | 0.43% | 0.15% | - |
| HSV(B) | 132.73º | 0.6% | 0.22% | - |
| XYZ | 1.92 | 2.99 | 1.64 | - |
| YUV | 42.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 29 | 0.6 | 0 | 0.47 | 0.78 | 132.73 | 0.43 | 0.15 |
| Hex | 16 | 37 | 1D | 3C | 0 | 2F | 4E | 85 | 2B | F |
| Octal | 26 | 67 | 35 | 74 | 0 | 57 | 116 | 205 | 53 | 17 |
| Binary | 10110 | 110111 | 11101 | 111100 | 0 | 101111 | 1001110 | 10000101 | 101011 | 1111 |
Color Harmonies of #16371D
Complementary color
Monochromatic Colors of #16371D
Black with #16371D
Text Example
Text Example
White with #16371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16371D; }
p { color: rgb(22,55,29); }
H1.HeaderClassName
{
color: #16371D;
}
.AnyTagClassName
{
color: #16371D;
}
</style>
background-color css
<style>
a { background-color: #16371D; }
a { background-color: rgb(22,55,29); }
div.DivClassName
{
background-color: #16371D;
}
.BgClassName
{
background-color: #16371D;
}
</style>
border-color css
<style>
span { border-color: #16371D; }
span { border-color: rgb(22,55,29); }
td.TdClassName
{
border-color: #16371D;
}
.TagClassName
{
border-color: #16371D;
}
</style>