Shades of Deep Fir #113B1D
Tints of Deep Fir #113B1D
RGB
CMYK
RGB Variations
Color information
#113B1D (or 0x113B1D) is known color: Deep Fir. HEX triplet: 11, 3B and 1D. RGB value is (17,59,29). Sum of RGB (Red+Green+Blue) = 17+59+29=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #113B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B1D is #EEC4E2. Grayscale: #2B2B2B. Windows color (decimal): -15647971 or 1915665. OLE color: 1915665.
HSL color Cylindrical-coordinate representation of color #113B1D: hue angle of 137.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B1D is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 29 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.77 |
| HSL | 137.14º | 0.55% | 0.15% | - |
| HSV(B) | 137.14º | 0.71% | 0.23% | - |
| XYZ | 2.02 | 3.34 | 1.7 | - |
| YUV | 43.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 29 | 0.71 | 0 | 0.51 | 0.77 | 137.14 | 0.55 | 0.15 |
| Hex | 11 | 3B | 1D | 47 | 0 | 33 | 4D | 89 | 37 | F |
| Octal | 21 | 73 | 35 | 107 | 0 | 63 | 115 | 211 | 67 | 17 |
| Binary | 10001 | 111011 | 11101 | 1000111 | 0 | 110011 | 1001101 | 10001001 | 110111 | 1111 |
Color Harmonies of #113B1D
Complementary color
Monochromatic Colors of #113B1D
Black with #113B1D
Text Example
Text Example
White with #113B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B1D; }
p { color: rgb(17,59,29); }
H1.HeaderClassName
{
color: #113B1D;
}
.AnyTagClassName
{
color: #113B1D;
}
</style>
background-color css
<style>
a { background-color: #113B1D; }
a { background-color: rgb(17,59,29); }
div.DivClassName
{
background-color: #113B1D;
}
.BgClassName
{
background-color: #113B1D;
}
</style>
border-color css
<style>
span { border-color: #113B1D; }
span { border-color: rgb(17,59,29); }
td.TdClassName
{
border-color: #113B1D;
}
.TagClassName
{
border-color: #113B1D;
}
</style>