Shades of Deep Fir #11311E
Tints of Deep Fir #11311E
RGB
CMYK
RGB Variations
Color information
#11311E (or 0x11311E) is known color: Deep Fir. HEX triplet: 11, 31 and 1E. RGB value is (17,49,30). Sum of RGB (Red+Green+Blue) = 17+49+30=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #11311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311E is #EECEE1. Grayscale: #252525. Windows color (decimal): -15650530 or 1978641. OLE color: 1978641.
HSL color Cylindrical-coordinate representation of color #11311E: hue angle of 144.38º 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 #11311E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 30 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.81 |
| HSL | 144.38º | 0.48% | 0.13% | - |
| HSV(B) | 144.38º | 0.65% | 0.19% | - |
| XYZ | 1.56 | 2.41 | 1.61 | - |
| YUV | 37.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 30 | 0.65 | 0 | 0.39 | 0.81 | 144.38 | 0.48 | 0.13 |
| Hex | 11 | 31 | 1E | 41 | 0 | 27 | 51 | 90 | 30 | D |
| Octal | 21 | 61 | 36 | 101 | 0 | 47 | 121 | 220 | 60 | 15 |
| Binary | 10001 | 110001 | 11110 | 1000001 | 0 | 100111 | 1010001 | 10010000 | 110000 | 1101 |
Color Harmonies of #11311E
Complementary color
Monochromatic Colors of #11311E
Black with #11311E
Text Example
Text Example
White with #11311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11311E; }
p { color: rgb(17,49,30); }
H1.HeaderClassName
{
color: #11311E;
}
.AnyTagClassName
{
color: #11311E;
}
</style>
background-color css
<style>
a { background-color: #11311E; }
a { background-color: rgb(17,49,30); }
div.DivClassName
{
background-color: #11311E;
}
.BgClassName
{
background-color: #11311E;
}
</style>
border-color css
<style>
span { border-color: #11311E; }
span { border-color: rgb(17,49,30); }
td.TdClassName
{
border-color: #11311E;
}
.TagClassName
{
border-color: #11311E;
}
</style>