Shades of Deep Fir #11411B
Tints of Deep Fir #11411B
RGB
CMYK
RGB Variations
Color information
#11411B (or 0x11411B) is known color: Deep Fir. HEX triplet: 11, 41 and 1B. RGB value is (17,65,27). Sum of RGB (Red+Green+Blue) = 17+65+27=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #11411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411B is #EEBEE4. Grayscale: #2E2E2E. Windows color (decimal): -15646437 or 1786129. OLE color: 1786129.
HSL color Cylindrical-coordinate representation of color #11411B: hue angle of 132.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11411B is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 27 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.75 |
| HSL | 132.5º | 0.59% | 0.16% | - |
| HSV(B) | 132.5º | 0.74% | 0.25% | - |
| XYZ | 2.32 | 3.98 | 1.68 | - |
| YUV | 46.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 27 | 0.74 | 0 | 0.58 | 0.75 | 132.5 | 0.59 | 0.16 |
| Hex | 11 | 41 | 1B | 4A | 0 | 3A | 4B | 84 | 3B | 10 |
| Octal | 21 | 101 | 33 | 112 | 0 | 72 | 113 | 204 | 73 | 20 |
| Binary | 10001 | 1000001 | 11011 | 1001010 | 0 | 111010 | 1001011 | 10000100 | 111011 | 10000 |
Color Harmonies of #11411B
Complementary color
Monochromatic Colors of #11411B
Black with #11411B
Text Example
Text Example
White with #11411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11411B; }
p { color: rgb(17,65,27); }
H1.HeaderClassName
{
color: #11411B;
}
.AnyTagClassName
{
color: #11411B;
}
</style>
background-color css
<style>
a { background-color: #11411B; }
a { background-color: rgb(17,65,27); }
div.DivClassName
{
background-color: #11411B;
}
.BgClassName
{
background-color: #11411B;
}
</style>
border-color css
<style>
span { border-color: #11411B; }
span { border-color: rgb(17,65,27); }
td.TdClassName
{
border-color: #11411B;
}
.TagClassName
{
border-color: #11411B;
}
</style>