Shades of Deep Fir #163F1D
Tints of Deep Fir #163F1D
RGB
CMYK
RGB Variations
Color information
#163F1D (or 0x163F1D) is known color: Deep Fir. HEX triplet: 16, 3F and 1D. RGB value is (22,63,29). Sum of RGB (Red+Green+Blue) = 22+63+29=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #163F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F1D is #E9C0E2. Grayscale: #2E2E2E. Windows color (decimal): -15319267 or 1916694. OLE color: 1916694.
HSL color Cylindrical-coordinate representation of color #163F1D: hue angle of 130.24º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F1D is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 29 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.75 |
| HSL | 130.24º | 0.48% | 0.17% | - |
| HSV(B) | 130.24º | 0.65% | 0.25% | - |
| XYZ | 2.33 | 3.81 | 1.78 | - |
| YUV | 46.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 29 | 0.65 | 0 | 0.54 | 0.75 | 130.24 | 0.48 | 0.17 |
| Hex | 16 | 3F | 1D | 41 | 0 | 36 | 4B | 82 | 30 | 11 |
| Octal | 26 | 77 | 35 | 101 | 0 | 66 | 113 | 202 | 60 | 21 |
| Binary | 10110 | 111111 | 11101 | 1000001 | 0 | 110110 | 1001011 | 10000010 | 110000 | 10001 |
Color Harmonies of #163F1D
Complementary color
Monochromatic Colors of #163F1D
Black with #163F1D
Text Example
Text Example
White with #163F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F1D; }
p { color: rgb(22,63,29); }
H1.HeaderClassName
{
color: #163F1D;
}
.AnyTagClassName
{
color: #163F1D;
}
</style>
background-color css
<style>
a { background-color: #163F1D; }
a { background-color: rgb(22,63,29); }
div.DivClassName
{
background-color: #163F1D;
}
.BgClassName
{
background-color: #163F1D;
}
</style>
border-color css
<style>
span { border-color: #163F1D; }
span { border-color: rgb(22,63,29); }
td.TdClassName
{
border-color: #163F1D;
}
.TagClassName
{
border-color: #163F1D;
}
</style>