Shades of Deep Fir #163B1C
Tints of Deep Fir #163B1C
RGB
CMYK
RGB Variations
Color information
#163B1C (or 0x163B1C) is known color: Deep Fir. HEX triplet: 16, 3B and 1C. RGB value is (22,59,28). Sum of RGB (Red+Green+Blue) = 22+59+28=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #163B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B1C is #E9C4E3. Grayscale: #2C2C2C. Windows color (decimal): -15320292 or 1850134. OLE color: 1850134.
HSL color Cylindrical-coordinate representation of color #163B1C: hue angle of 129.73º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B1C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 59 | 28 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.77 |
| HSL | 129.73º | 0.46% | 0.16% | - |
| HSV(B) | 129.73º | 0.63% | 0.23% | - |
| XYZ | 2.1 | 3.38 | 1.64 | - |
| YUV | 44.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 28 | 0.63 | 0 | 0.53 | 0.77 | 129.73 | 0.46 | 0.16 |
| Hex | 16 | 3B | 1C | 3F | 0 | 35 | 4D | 82 | 2E | 10 |
| Octal | 26 | 73 | 34 | 77 | 0 | 65 | 115 | 202 | 56 | 20 |
| Binary | 10110 | 111011 | 11100 | 111111 | 0 | 110101 | 1001101 | 10000010 | 101110 | 10000 |
Color Harmonies of #163B1C
Complementary color
Monochromatic Colors of #163B1C
Black with #163B1C
Text Example
Text Example
White with #163B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B1C; }
p { color: rgb(22,59,28); }
H1.HeaderClassName
{
color: #163B1C;
}
.AnyTagClassName
{
color: #163B1C;
}
</style>
background-color css
<style>
a { background-color: #163B1C; }
a { background-color: rgb(22,59,28); }
div.DivClassName
{
background-color: #163B1C;
}
.BgClassName
{
background-color: #163B1C;
}
</style>
border-color css
<style>
span { border-color: #163B1C; }
span { border-color: rgb(22,59,28); }
td.TdClassName
{
border-color: #163B1C;
}
.TagClassName
{
border-color: #163B1C;
}
</style>