Shades of Deep Fir #103117
Tints of Deep Fir #103117
RGB
CMYK
RGB Variations
Color information
#103117 (or 0x103117) is known color: Deep Fir. HEX triplet: 10, 31 and 17. RGB value is (16,49,23). Sum of RGB (Red+Green+Blue) = 16+49+23=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #103117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103117 is #EFCEE8. Grayscale: #242424. Windows color (decimal): -15716073 or 1519888. OLE color: 1519888.
HSL color Cylindrical-coordinate representation of color #103117: hue angle of 132.73º 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 #103117 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 23 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.81 |
| HSL | 132.73º | 0.51% | 0.13% | - |
| HSV(B) | 132.73º | 0.67% | 0.19% | - |
| XYZ | 1.47 | 2.37 | 1.19 | - |
| YUV | 36.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 23 | 0.67 | 0 | 0.53 | 0.81 | 132.73 | 0.51 | 0.13 |
| Hex | 10 | 31 | 17 | 43 | 0 | 35 | 51 | 85 | 33 | D |
| Octal | 20 | 61 | 27 | 103 | 0 | 65 | 121 | 205 | 63 | 15 |
| Binary | 10000 | 110001 | 10111 | 1000011 | 0 | 110101 | 1010001 | 10000101 | 110011 | 1101 |
Color Harmonies of #103117
Complementary color
Monochromatic Colors of #103117
Black with #103117
Text Example
Text Example
White with #103117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103117; }
p { color: rgb(16,49,23); }
H1.HeaderClassName
{
color: #103117;
}
.AnyTagClassName
{
color: #103117;
}
</style>
background-color css
<style>
a { background-color: #103117; }
a { background-color: rgb(16,49,23); }
div.DivClassName
{
background-color: #103117;
}
.BgClassName
{
background-color: #103117;
}
</style>
border-color css
<style>
span { border-color: #103117; }
span { border-color: rgb(16,49,23); }
td.TdClassName
{
border-color: #103117;
}
.TagClassName
{
border-color: #103117;
}
</style>