Shades of Deep Fir #16311F
Tints of Deep Fir #16311F
RGB
CMYK
RGB Variations
Color information
#16311F (or 0x16311F) is known color: Deep Fir. HEX triplet: 16, 31 and 1F. RGB value is (22,49,31). Sum of RGB (Red+Green+Blue) = 22+49+31=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #16311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16311F is #E9CEE0. Grayscale: #262626. Windows color (decimal): -15322849 or 2044182. OLE color: 2044182.
HSL color Cylindrical-coordinate representation of color #16311F: hue angle of 140º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16311F is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 31 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.81 |
| HSL | 140º | 0.38% | 0.14% | - |
| HSV(B) | 140º | 0.55% | 0.19% | - |
| XYZ | 1.68 | 2.47 | 1.68 | - |
| YUV | 38.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 31 | 0.55 | 0 | 0.37 | 0.81 | 140 | 0.38 | 0.14 |
| Hex | 16 | 31 | 1F | 37 | 0 | 25 | 51 | 8C | 26 | E |
| Octal | 26 | 61 | 37 | 67 | 0 | 45 | 121 | 214 | 46 | 16 |
| Binary | 10110 | 110001 | 11111 | 110111 | 0 | 100101 | 1010001 | 10001100 | 100110 | 1110 |
Color Harmonies of #16311F
Complementary color
Monochromatic Colors of #16311F
Black with #16311F
Text Example
Text Example
White with #16311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16311F; }
p { color: rgb(22,49,31); }
H1.HeaderClassName
{
color: #16311F;
}
.AnyTagClassName
{
color: #16311F;
}
</style>
background-color css
<style>
a { background-color: #16311F; }
a { background-color: rgb(22,49,31); }
div.DivClassName
{
background-color: #16311F;
}
.BgClassName
{
background-color: #16311F;
}
</style>
border-color css
<style>
span { border-color: #16311F; }
span { border-color: rgb(22,49,31); }
td.TdClassName
{
border-color: #16311F;
}
.TagClassName
{
border-color: #16311F;
}
</style>