Shades of Deep Fir #11391B
Tints of Deep Fir #11391B
RGB
CMYK
RGB Variations
Color information
#11391B (or 0x11391B) is known color: Deep Fir. HEX triplet: 11, 39 and 1B. RGB value is (17,57,27). Sum of RGB (Red+Green+Blue) = 17+57+27=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #11391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11391B is #EEC6E4. Grayscale: #292929. Windows color (decimal): -15648485 or 1784081. OLE color: 1784081.
HSL color Cylindrical-coordinate representation of color #11391B: hue angle of 135º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11391B is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 27 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.78 |
| HSL | 135º | 0.54% | 0.15% | - |
| HSV(B) | 135º | 0.7% | 0.22% | - |
| XYZ | 1.89 | 3.12 | 1.54 | - |
| YUV | 41.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 27 | 0.70 | 0 | 0.53 | 0.78 | 135 | 0.54 | 0.15 |
| Hex | 11 | 39 | 1B | 46 | 0 | 35 | 4E | 87 | 36 | F |
| Octal | 21 | 71 | 33 | 106 | 0 | 65 | 116 | 207 | 66 | 17 |
| Binary | 10001 | 111001 | 11011 | 1000110 | 0 | 110101 | 1001110 | 10000111 | 110110 | 1111 |
Color Harmonies of #11391B
Complementary color
Monochromatic Colors of #11391B
Black with #11391B
Text Example
Text Example
White with #11391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11391B; }
p { color: rgb(17,57,27); }
H1.HeaderClassName
{
color: #11391B;
}
.AnyTagClassName
{
color: #11391B;
}
</style>
background-color css
<style>
a { background-color: #11391B; }
a { background-color: rgb(17,57,27); }
div.DivClassName
{
background-color: #11391B;
}
.BgClassName
{
background-color: #11391B;
}
</style>
border-color css
<style>
span { border-color: #11391B; }
span { border-color: rgb(17,57,27); }
td.TdClassName
{
border-color: #11391B;
}
.TagClassName
{
border-color: #11391B;
}
</style>