Shades of Deep Fir #16441F
Tints of Deep Fir #16441F
RGB
CMYK
RGB Variations
Color information
#16441F (or 0x16441F) is known color: Deep Fir. HEX triplet: 16, 44 and 1F. RGB value is (22,68,31). Sum of RGB (Red+Green+Blue) = 22+68+31=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #16441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16441F is #E9BBE0. Grayscale: #323232. Windows color (decimal): -15317985 or 2049046. OLE color: 2049046.
HSL color Cylindrical-coordinate representation of color #16441F: hue angle of 131.74º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16441F is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 68 | 31 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.73 |
| HSL | 131.74º | 0.51% | 0.18% | - |
| HSV(B) | 131.74º | 0.68% | 0.27% | - |
| XYZ | 2.65 | 4.4 | 2.01 | - |
| YUV | 50.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 31 | 0.68 | 0 | 0.54 | 0.73 | 131.74 | 0.51 | 0.18 |
| Hex | 16 | 44 | 1F | 44 | 0 | 36 | 49 | 84 | 33 | 12 |
| Octal | 26 | 104 | 37 | 104 | 0 | 66 | 111 | 204 | 63 | 22 |
| Binary | 10110 | 1000100 | 11111 | 1000100 | 0 | 110110 | 1001001 | 10000100 | 110011 | 10010 |
Color Harmonies of #16441F
Complementary color
Monochromatic Colors of #16441F
Black with #16441F
Text Example
Text Example
White with #16441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16441F; }
p { color: rgb(22,68,31); }
H1.HeaderClassName
{
color: #16441F;
}
.AnyTagClassName
{
color: #16441F;
}
</style>
background-color css
<style>
a { background-color: #16441F; }
a { background-color: rgb(22,68,31); }
div.DivClassName
{
background-color: #16441F;
}
.BgClassName
{
background-color: #16441F;
}
</style>
border-color css
<style>
span { border-color: #16441F; }
span { border-color: rgb(22,68,31); }
td.TdClassName
{
border-color: #16441F;
}
.TagClassName
{
border-color: #16441F;
}
</style>