Shades of Deep Fir #163A1F
Tints of Deep Fir #163A1F
RGB
CMYK
RGB Variations
Color information
#163A1F (or 0x163A1F) is known color: Deep Fir. HEX triplet: 16, 3A and 1F. RGB value is (22,58,31). Sum of RGB (Red+Green+Blue) = 22+58+31=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #163A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A1F is #E9C5E0. Grayscale: #2C2C2C. Windows color (decimal): -15320545 or 2046486. OLE color: 2046486.
HSL color Cylindrical-coordinate representation of color #163A1F: hue angle of 135º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A1F is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 31 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.77 |
| HSL | 135º | 0.45% | 0.16% | - |
| HSV(B) | 135º | 0.62% | 0.23% | - |
| XYZ | 2.09 | 3.3 | 1.82 | - |
| YUV | 44.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 31 | 0.62 | 0 | 0.47 | 0.77 | 135 | 0.45 | 0.16 |
| Hex | 16 | 3A | 1F | 3E | 0 | 2F | 4D | 87 | 2D | 10 |
| Octal | 26 | 72 | 37 | 76 | 0 | 57 | 115 | 207 | 55 | 20 |
| Binary | 10110 | 111010 | 11111 | 111110 | 0 | 101111 | 1001101 | 10000111 | 101101 | 10000 |
Color Harmonies of #163A1F
Complementary color
Monochromatic Colors of #163A1F
Black with #163A1F
Text Example
Text Example
White with #163A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A1F; }
p { color: rgb(22,58,31); }
H1.HeaderClassName
{
color: #163A1F;
}
.AnyTagClassName
{
color: #163A1F;
}
</style>
background-color css
<style>
a { background-color: #163A1F; }
a { background-color: rgb(22,58,31); }
div.DivClassName
{
background-color: #163A1F;
}
.BgClassName
{
background-color: #163A1F;
}
</style>
border-color css
<style>
span { border-color: #163A1F; }
span { border-color: rgb(22,58,31); }
td.TdClassName
{
border-color: #163A1F;
}
.TagClassName
{
border-color: #163A1F;
}
</style>