Shades of Deep Fir #103116
Tints of Deep Fir #103116
RGB
CMYK
RGB Variations
Color information
#103116 (or 0x103116) is known color: Deep Fir. HEX triplet: 10, 31 and 16. RGB value is (16,49,22). Sum of RGB (Red+Green+Blue) = 16+49+22=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #103116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103116 is #EFCEE9. Grayscale: #242424. Windows color (decimal): -15716074 or 1454352. OLE color: 1454352.
HSL color Cylindrical-coordinate representation of color #103116: hue angle of 130.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103116 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 22 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.81 |
| HSL | 130.91º | 0.51% | 0.13% | - |
| HSV(B) | 130.91º | 0.67% | 0.19% | - |
| XYZ | 1.46 | 2.36 | 1.14 | - |
| YUV | 36.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 22 | 0.67 | 0 | 0.55 | 0.81 | 130.91 | 0.51 | 0.13 |
| Hex | 10 | 31 | 16 | 43 | 0 | 37 | 51 | 83 | 33 | D |
| Octal | 20 | 61 | 26 | 103 | 0 | 67 | 121 | 203 | 63 | 15 |
| Binary | 10000 | 110001 | 10110 | 1000011 | 0 | 110111 | 1010001 | 10000011 | 110011 | 1101 |
Color Harmonies of #103116
Complementary color
Monochromatic Colors of #103116
Black with #103116
Text Example
Text Example
White with #103116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103116; }
p { color: rgb(16,49,22); }
H1.HeaderClassName
{
color: #103116;
}
.AnyTagClassName
{
color: #103116;
}
</style>
background-color css
<style>
a { background-color: #103116; }
a { background-color: rgb(16,49,22); }
div.DivClassName
{
background-color: #103116;
}
.BgClassName
{
background-color: #103116;
}
</style>
border-color css
<style>
span { border-color: #103116; }
span { border-color: rgb(16,49,22); }
td.TdClassName
{
border-color: #103116;
}
.TagClassName
{
border-color: #103116;
}
</style>