Shades of Deep Fir #163921
Tints of Deep Fir #163921
RGB
CMYK
RGB Variations
Color information
#163921 (or 0x163921) is known color: Deep Fir. HEX triplet: 16, 39 and 21. RGB value is (22,57,33). Sum of RGB (Red+Green+Blue) = 22+57+33=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #163921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163921 is #E9C6DE. Grayscale: #2B2B2B. Windows color (decimal): -15320799 or 2177302. OLE color: 2177302.
HSL color Cylindrical-coordinate representation of color #163921: hue angle of 138.86º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163921 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 57 | 33 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.78 |
| HSL | 138.86º | 0.44% | 0.15% | - |
| HSV(B) | 138.86º | 0.61% | 0.22% | - |
| XYZ | 2.07 | 3.21 | 1.95 | - |
| YUV | 43.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 33 | 0.61 | 0 | 0.42 | 0.78 | 138.86 | 0.44 | 0.15 |
| Hex | 16 | 39 | 21 | 3D | 0 | 2A | 4E | 8B | 2C | F |
| Octal | 26 | 71 | 41 | 75 | 0 | 52 | 116 | 213 | 54 | 17 |
| Binary | 10110 | 111001 | 100001 | 111101 | 0 | 101010 | 1001110 | 10001011 | 101100 | 1111 |
Color Harmonies of #163921
Complementary color
Monochromatic Colors of #163921
Black with #163921
Text Example
Text Example
White with #163921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163921; }
p { color: rgb(22,57,33); }
H1.HeaderClassName
{
color: #163921;
}
.AnyTagClassName
{
color: #163921;
}
</style>
background-color css
<style>
a { background-color: #163921; }
a { background-color: rgb(22,57,33); }
div.DivClassName
{
background-color: #163921;
}
.BgClassName
{
background-color: #163921;
}
</style>
border-color css
<style>
span { border-color: #163921; }
span { border-color: rgb(22,57,33); }
td.TdClassName
{
border-color: #163921;
}
.TagClassName
{
border-color: #163921;
}
</style>