Shades of Deep Fir #16381B
Tints of Deep Fir #16381B
RGB
CMYK
RGB Variations
Color information
#16381B (or 0x16381B) is known color: Deep Fir. HEX triplet: 16, 38 and 1B. RGB value is (22,56,27). Sum of RGB (Red+Green+Blue) = 22+56+27=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #16381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16381B is #E9C7E4. Grayscale: #2A2A2A. Windows color (decimal): -15321061 or 1783830. OLE color: 1783830.
HSL color Cylindrical-coordinate representation of color #16381B: hue angle of 128.82º 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 #16381B is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 27 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.78 |
| HSL | 128.82º | 0.44% | 0.15% | - |
| HSV(B) | 128.82º | 0.61% | 0.22% | - |
| XYZ | 1.94 | 3.08 | 1.53 | - |
| YUV | 42.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 27 | 0.61 | 0 | 0.52 | 0.78 | 128.82 | 0.44 | 0.15 |
| Hex | 16 | 38 | 1B | 3D | 0 | 34 | 4E | 81 | 2C | F |
| Octal | 26 | 70 | 33 | 75 | 0 | 64 | 116 | 201 | 54 | 17 |
| Binary | 10110 | 111000 | 11011 | 111101 | 0 | 110100 | 1001110 | 10000001 | 101100 | 1111 |
Color Harmonies of #16381B
Complementary color
Monochromatic Colors of #16381B
Black with #16381B
Text Example
Text Example
White with #16381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16381B; }
p { color: rgb(22,56,27); }
H1.HeaderClassName
{
color: #16381B;
}
.AnyTagClassName
{
color: #16381B;
}
</style>
background-color css
<style>
a { background-color: #16381B; }
a { background-color: rgb(22,56,27); }
div.DivClassName
{
background-color: #16381B;
}
.BgClassName
{
background-color: #16381B;
}
</style>
border-color css
<style>
span { border-color: #16381B; }
span { border-color: rgb(22,56,27); }
td.TdClassName
{
border-color: #16381B;
}
.TagClassName
{
border-color: #16381B;
}
</style>