Shades of Deep Fir #113118
Tints of Deep Fir #113118
RGB
CMYK
RGB Variations
Color information
#113118 (or 0x113118) is known color: Deep Fir. HEX triplet: 11, 31 and 18. RGB value is (17,49,24). Sum of RGB (Red+Green+Blue) = 17+49+24=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #113118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113118 is #EECEE7. Grayscale: #242424. Windows color (decimal): -15650536 or 1585425. OLE color: 1585425.
HSL color Cylindrical-coordinate representation of color #113118: hue angle of 133.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113118 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 24 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.81 |
| HSL | 133.13º | 0.48% | 0.13% | - |
| HSV(B) | 133.13º | 0.65% | 0.19% | - |
| XYZ | 1.49 | 2.38 | 1.25 | - |
| YUV | 36.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 24 | 0.65 | 0 | 0.51 | 0.81 | 133.13 | 0.48 | 0.13 |
| Hex | 11 | 31 | 18 | 41 | 0 | 33 | 51 | 85 | 30 | D |
| Octal | 21 | 61 | 30 | 101 | 0 | 63 | 121 | 205 | 60 | 15 |
| Binary | 10001 | 110001 | 11000 | 1000001 | 0 | 110011 | 1010001 | 10000101 | 110000 | 1101 |
Color Harmonies of #113118
Complementary color
Monochromatic Colors of #113118
Black with #113118
Text Example
Text Example
White with #113118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113118; }
p { color: rgb(17,49,24); }
H1.HeaderClassName
{
color: #113118;
}
.AnyTagClassName
{
color: #113118;
}
</style>
background-color css
<style>
a { background-color: #113118; }
a { background-color: rgb(17,49,24); }
div.DivClassName
{
background-color: #113118;
}
.BgClassName
{
background-color: #113118;
}
</style>
border-color css
<style>
span { border-color: #113118; }
span { border-color: rgb(17,49,24); }
td.TdClassName
{
border-color: #113118;
}
.TagClassName
{
border-color: #113118;
}
</style>