Shades of Deep Fir #11441E
Tints of Deep Fir #11441E
RGB
CMYK
RGB Variations
Color information
#11441E (or 0x11441E) is known color: Deep Fir. HEX triplet: 11, 44 and 1E. RGB value is (17,68,30). Sum of RGB (Red+Green+Blue) = 17+68+30=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #11441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11441E is #EEBBE1. Grayscale: #303030. Windows color (decimal): -15645666 or 1983505. OLE color: 1983505.
HSL color Cylindrical-coordinate representation of color #11441E: hue angle of 135.29º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11441E is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 30 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.73 |
| HSL | 135.29º | 0.6% | 0.17% | - |
| HSV(B) | 135.29º | 0.75% | 0.27% | - |
| XYZ | 2.53 | 4.35 | 1.93 | - |
| YUV | 48.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 30 | 0.75 | 0 | 0.56 | 0.73 | 135.29 | 0.6 | 0.17 |
| Hex | 11 | 44 | 1E | 4B | 0 | 38 | 49 | 87 | 3C | 11 |
| Octal | 21 | 104 | 36 | 113 | 0 | 70 | 111 | 207 | 74 | 21 |
| Binary | 10001 | 1000100 | 11110 | 1001011 | 0 | 111000 | 1001001 | 10000111 | 111100 | 10001 |
Color Harmonies of #11441E
Complementary color
Monochromatic Colors of #11441E
Black with #11441E
Text Example
Text Example
White with #11441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11441E; }
p { color: rgb(17,68,30); }
H1.HeaderClassName
{
color: #11441E;
}
.AnyTagClassName
{
color: #11441E;
}
</style>
background-color css
<style>
a { background-color: #11441E; }
a { background-color: rgb(17,68,30); }
div.DivClassName
{
background-color: #11441E;
}
.BgClassName
{
background-color: #11441E;
}
</style>
border-color css
<style>
span { border-color: #11441E; }
span { border-color: rgb(17,68,30); }
td.TdClassName
{
border-color: #11441E;
}
.TagClassName
{
border-color: #11441E;
}
</style>