Shades of Deep Fir #11311C
Tints of Deep Fir #11311C
RGB
CMYK
RGB Variations
Color information
#11311C (or 0x11311C) is known color: Deep Fir. HEX triplet: 11, 31 and 1C. RGB value is (17,49,28). Sum of RGB (Red+Green+Blue) = 17+49+28=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #11311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311C is #EECEE3. Grayscale: #252525. Windows color (decimal): -15650532 or 1847569. OLE color: 1847569.
HSL color Cylindrical-coordinate representation of color #11311C: hue angle of 140.62º 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 #11311C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 28 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.81 |
| HSL | 140.63º | 0.48% | 0.13% | - |
| HSV(B) | 140.63º | 0.65% | 0.19% | - |
| XYZ | 1.54 | 2.4 | 1.48 | - |
| YUV | 37.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 28 | 0.65 | 0 | 0.43 | 0.81 | 140.63 | 0.48 | 0.13 |
| Hex | 11 | 31 | 1C | 41 | 0 | 2B | 51 | 8D | 30 | D |
| Octal | 21 | 61 | 34 | 101 | 0 | 53 | 121 | 215 | 60 | 15 |
| Binary | 10001 | 110001 | 11100 | 1000001 | 0 | 101011 | 1010001 | 10001101 | 110000 | 1101 |
Color Harmonies of #11311C
Complementary color
Monochromatic Colors of #11311C
Black with #11311C
Text Example
Text Example
White with #11311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11311C; }
p { color: rgb(17,49,28); }
H1.HeaderClassName
{
color: #11311C;
}
.AnyTagClassName
{
color: #11311C;
}
</style>
background-color css
<style>
a { background-color: #11311C; }
a { background-color: rgb(17,49,28); }
div.DivClassName
{
background-color: #11311C;
}
.BgClassName
{
background-color: #11311C;
}
</style>
border-color css
<style>
span { border-color: #11311C; }
span { border-color: rgb(17,49,28); }
td.TdClassName
{
border-color: #11311C;
}
.TagClassName
{
border-color: #11311C;
}
</style>