Shades of Deep Fir #113019
Tints of Deep Fir #113019
RGB
CMYK
RGB Variations
Color information
#113019 (or 0x113019) is known color: Deep Fir. HEX triplet: 11, 30 and 19. RGB value is (17,48,25). Sum of RGB (Red+Green+Blue) = 17+48+25=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #113019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113019 is #EECFE6. Grayscale: #242424. Windows color (decimal): -15650791 or 1650705. OLE color: 1650705.
HSL color Cylindrical-coordinate representation of color #113019: hue angle of 135.48º 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 #113019 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 25 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.81 |
| HSL | 135.48º | 0.48% | 0.13% | - |
| HSV(B) | 135.48º | 0.65% | 0.19% | - |
| XYZ | 1.46 | 2.3 | 1.29 | - |
| YUV | 36.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 25 | 0.65 | 0 | 0.48 | 0.81 | 135.48 | 0.48 | 0.13 |
| Hex | 11 | 30 | 19 | 41 | 0 | 30 | 51 | 87 | 30 | D |
| Octal | 21 | 60 | 31 | 101 | 0 | 60 | 121 | 207 | 60 | 15 |
| Binary | 10001 | 110000 | 11001 | 1000001 | 0 | 110000 | 1010001 | 10000111 | 110000 | 1101 |
Color Harmonies of #113019
Complementary color
Monochromatic Colors of #113019
Black with #113019
Text Example
Text Example
White with #113019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113019; }
p { color: rgb(17,48,25); }
H1.HeaderClassName
{
color: #113019;
}
.AnyTagClassName
{
color: #113019;
}
</style>
background-color css
<style>
a { background-color: #113019; }
a { background-color: rgb(17,48,25); }
div.DivClassName
{
background-color: #113019;
}
.BgClassName
{
background-color: #113019;
}
</style>
border-color css
<style>
span { border-color: #113019; }
span { border-color: rgb(17,48,25); }
td.TdClassName
{
border-color: #113019;
}
.TagClassName
{
border-color: #113019;
}
</style>