Shades of Deep Fir #16371B
Tints of Deep Fir #16371B
RGB
CMYK
RGB Variations
Color information
#16371B (or 0x16371B) is known color: Deep Fir. HEX triplet: 16, 37 and 1B. RGB value is (22,55,27). Sum of RGB (Red+Green+Blue) = 22+55+27=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #16371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16371B is #E9C8E4. Grayscale: #2A2A2A. Windows color (decimal): -15321317 or 1783574. OLE color: 1783574.
HSL color Cylindrical-coordinate representation of color #16371B: hue angle of 129.09º 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 #16371B is Cyan = 0.6, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 27 | - |
| CMYK | 0.6 | 0 | 0.51 | 0.78 |
| HSL | 129.09º | 0.43% | 0.15% | - |
| HSV(B) | 129.09º | 0.6% | 0.22% | - |
| XYZ | 1.89 | 2.98 | 1.51 | - |
| YUV | 41.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 27 | 0.6 | 0 | 0.51 | 0.78 | 129.09 | 0.43 | 0.15 |
| Hex | 16 | 37 | 1B | 3C | 0 | 33 | 4E | 81 | 2B | F |
| Octal | 26 | 67 | 33 | 74 | 0 | 63 | 116 | 201 | 53 | 17 |
| Binary | 10110 | 110111 | 11011 | 111100 | 0 | 110011 | 1001110 | 10000001 | 101011 | 1111 |
Color Harmonies of #16371B
Complementary color
Monochromatic Colors of #16371B
Black with #16371B
Text Example
Text Example
White with #16371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16371B; }
p { color: rgb(22,55,27); }
H1.HeaderClassName
{
color: #16371B;
}
.AnyTagClassName
{
color: #16371B;
}
</style>
background-color css
<style>
a { background-color: #16371B; }
a { background-color: rgb(22,55,27); }
div.DivClassName
{
background-color: #16371B;
}
.BgClassName
{
background-color: #16371B;
}
</style>
border-color css
<style>
span { border-color: #16371B; }
span { border-color: rgb(22,55,27); }
td.TdClassName
{
border-color: #16371B;
}
.TagClassName
{
border-color: #16371B;
}
</style>