Shades of Deep Fir #16381F
Tints of Deep Fir #16381F
RGB
CMYK
RGB Variations
Color information
#16381F (or 0x16381F) is known color: Deep Fir. HEX triplet: 16, 38 and 1F. RGB value is (22,56,31). Sum of RGB (Red+Green+Blue) = 22+56+31=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #16381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16381F is #E9C7E0. Grayscale: #2B2B2B. Windows color (decimal): -15321057 or 2045974. OLE color: 2045974.
HSL color Cylindrical-coordinate representation of color #16381F: hue angle of 135.88º 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 #16381F is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 31 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.78 |
| HSL | 135.88º | 0.44% | 0.15% | - |
| HSV(B) | 135.88º | 0.61% | 0.22% | - |
| XYZ | 1.99 | 3.1 | 1.79 | - |
| YUV | 42.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 31 | 0.61 | 0 | 0.45 | 0.78 | 135.88 | 0.44 | 0.15 |
| Hex | 16 | 38 | 1F | 3D | 0 | 2D | 4E | 88 | 2C | F |
| Octal | 26 | 70 | 37 | 75 | 0 | 55 | 116 | 210 | 54 | 17 |
| Binary | 10110 | 111000 | 11111 | 111101 | 0 | 101101 | 1001110 | 10001000 | 101100 | 1111 |
Color Harmonies of #16381F
Complementary color
Monochromatic Colors of #16381F
Black with #16381F
Text Example
Text Example
White with #16381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16381F; }
p { color: rgb(22,56,31); }
H1.HeaderClassName
{
color: #16381F;
}
.AnyTagClassName
{
color: #16381F;
}
</style>
background-color css
<style>
a { background-color: #16381F; }
a { background-color: rgb(22,56,31); }
div.DivClassName
{
background-color: #16381F;
}
.BgClassName
{
background-color: #16381F;
}
</style>
border-color css
<style>
span { border-color: #16381F; }
span { border-color: rgb(22,56,31); }
td.TdClassName
{
border-color: #16381F;
}
.TagClassName
{
border-color: #16381F;
}
</style>