Shades of Deep Fir #113119
Tints of Deep Fir #113119
RGB
CMYK
RGB Variations
Color information
#113119 (or 0x113119) is known color: Deep Fir. HEX triplet: 11, 31 and 19. RGB value is (17,49,25). Sum of RGB (Red+Green+Blue) = 17+49+25=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #113119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113119 is #EECEE6. Grayscale: #242424. Windows color (decimal): -15650535 or 1650961. OLE color: 1650961.
HSL color Cylindrical-coordinate representation of color #113119: hue angle of 135º 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 #113119 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 25 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.81 |
| HSL | 135º | 0.48% | 0.13% | - |
| HSV(B) | 135º | 0.65% | 0.19% | - |
| XYZ | 1.5 | 2.39 | 1.3 | - |
| YUV | 36.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 25 | 0.65 | 0 | 0.49 | 0.81 | 135 | 0.48 | 0.13 |
| Hex | 11 | 31 | 19 | 41 | 0 | 31 | 51 | 87 | 30 | D |
| Octal | 21 | 61 | 31 | 101 | 0 | 61 | 121 | 207 | 60 | 15 |
| Binary | 10001 | 110001 | 11001 | 1000001 | 0 | 110001 | 1010001 | 10000111 | 110000 | 1101 |
Color Harmonies of #113119
Complementary color
Monochromatic Colors of #113119
Black with #113119
Text Example
Text Example
White with #113119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113119; }
p { color: rgb(17,49,25); }
H1.HeaderClassName
{
color: #113119;
}
.AnyTagClassName
{
color: #113119;
}
</style>
background-color css
<style>
a { background-color: #113119; }
a { background-color: rgb(17,49,25); }
div.DivClassName
{
background-color: #113119;
}
.BgClassName
{
background-color: #113119;
}
</style>
border-color css
<style>
span { border-color: #113119; }
span { border-color: rgb(17,49,25); }
td.TdClassName
{
border-color: #113119;
}
.TagClassName
{
border-color: #113119;
}
</style>