Shades of Deep Fir #163A1C
Tints of Deep Fir #163A1C
RGB
CMYK
RGB Variations
Color information
#163A1C (or 0x163A1C) is known color: Deep Fir. HEX triplet: 16, 3A and 1C. RGB value is (22,58,28). Sum of RGB (Red+Green+Blue) = 22+58+28=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #163A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A1C is #E9C5E3. Grayscale: #2B2B2B. Windows color (decimal): -15320548 or 1849878. OLE color: 1849878.
HSL color Cylindrical-coordinate representation of color #163A1C: hue angle of 130º 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 #163A1C is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 28 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.77 |
| HSL | 130º | 0.45% | 0.16% | - |
| HSV(B) | 130º | 0.62% | 0.23% | - |
| XYZ | 2.05 | 3.28 | 1.62 | - |
| YUV | 43.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 28 | 0.62 | 0 | 0.52 | 0.77 | 130 | 0.45 | 0.16 |
| Hex | 16 | 3A | 1C | 3E | 0 | 34 | 4D | 82 | 2D | 10 |
| Octal | 26 | 72 | 34 | 76 | 0 | 64 | 115 | 202 | 55 | 20 |
| Binary | 10110 | 111010 | 11100 | 111110 | 0 | 110100 | 1001101 | 10000010 | 101101 | 10000 |
Color Harmonies of #163A1C
Complementary color
Monochromatic Colors of #163A1C
Black with #163A1C
Text Example
Text Example
White with #163A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A1C; }
p { color: rgb(22,58,28); }
H1.HeaderClassName
{
color: #163A1C;
}
.AnyTagClassName
{
color: #163A1C;
}
</style>
background-color css
<style>
a { background-color: #163A1C; }
a { background-color: rgb(22,58,28); }
div.DivClassName
{
background-color: #163A1C;
}
.BgClassName
{
background-color: #163A1C;
}
</style>
border-color css
<style>
span { border-color: #163A1C; }
span { border-color: rgb(22,58,28); }
td.TdClassName
{
border-color: #163A1C;
}
.TagClassName
{
border-color: #163A1C;
}
</style>