Shades of Deep Fir #16371C
Tints of Deep Fir #16371C
RGB
CMYK
RGB Variations
Color information
#16371C (or 0x16371C) is known color: Deep Fir. HEX triplet: 16, 37 and 1C. RGB value is (22,55,28). Sum of RGB (Red+Green+Blue) = 22+55+28=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #16371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16371C is #E9C8E3. Grayscale: #2A2A2A. Windows color (decimal): -15321316 or 1849110. OLE color: 1849110.
HSL color Cylindrical-coordinate representation of color #16371C: hue angle of 130.91º 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 #16371C is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 28 | - |
| CMYK | 0.6 | 0 | 0.49 | 0.78 |
| HSL | 130.91º | 0.43% | 0.15% | - |
| HSV(B) | 130.91º | 0.6% | 0.22% | - |
| XYZ | 1.91 | 2.99 | 1.57 | - |
| YUV | 42.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 28 | 0.6 | 0 | 0.49 | 0.78 | 130.91 | 0.43 | 0.15 |
| Hex | 16 | 37 | 1C | 3C | 0 | 31 | 4E | 83 | 2B | F |
| Octal | 26 | 67 | 34 | 74 | 0 | 61 | 116 | 203 | 53 | 17 |
| Binary | 10110 | 110111 | 11100 | 111100 | 0 | 110001 | 1001110 | 10000011 | 101011 | 1111 |
Color Harmonies of #16371C
Complementary color
Monochromatic Colors of #16371C
Black with #16371C
Text Example
Text Example
White with #16371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16371C; }
p { color: rgb(22,55,28); }
H1.HeaderClassName
{
color: #16371C;
}
.AnyTagClassName
{
color: #16371C;
}
</style>
background-color css
<style>
a { background-color: #16371C; }
a { background-color: rgb(22,55,28); }
div.DivClassName
{
background-color: #16371C;
}
.BgClassName
{
background-color: #16371C;
}
</style>
border-color css
<style>
span { border-color: #16371C; }
span { border-color: rgb(22,55,28); }
td.TdClassName
{
border-color: #16371C;
}
.TagClassName
{
border-color: #16371C;
}
</style>