Shades of Deep Fir #11441C
Tints of Deep Fir #11441C
RGB
CMYK
RGB Variations
Color information
#11441C (or 0x11441C) is known color: Deep Fir. HEX triplet: 11, 44 and 1C. RGB value is (17,68,28). Sum of RGB (Red+Green+Blue) = 17+68+28=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #11441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11441C is #EEBBE3. Grayscale: #303030. Windows color (decimal): -15645668 or 1852433. OLE color: 1852433.
HSL color Cylindrical-coordinate representation of color #11441C: hue angle of 132.94º 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 #11441C is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 28 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.73 |
| HSL | 132.94º | 0.6% | 0.17% | - |
| HSV(B) | 132.94º | 0.75% | 0.27% | - |
| XYZ | 2.51 | 4.34 | 1.8 | - |
| YUV | 48.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 28 | 0.75 | 0 | 0.59 | 0.73 | 132.94 | 0.6 | 0.17 |
| Hex | 11 | 44 | 1C | 4B | 0 | 3B | 49 | 85 | 3C | 11 |
| Octal | 21 | 104 | 34 | 113 | 0 | 73 | 111 | 205 | 74 | 21 |
| Binary | 10001 | 1000100 | 11100 | 1001011 | 0 | 111011 | 1001001 | 10000101 | 111100 | 10001 |
Color Harmonies of #11441C
Complementary color
Monochromatic Colors of #11441C
Black with #11441C
Text Example
Text Example
White with #11441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11441C; }
p { color: rgb(17,68,28); }
H1.HeaderClassName
{
color: #11441C;
}
.AnyTagClassName
{
color: #11441C;
}
</style>
background-color css
<style>
a { background-color: #11441C; }
a { background-color: rgb(17,68,28); }
div.DivClassName
{
background-color: #11441C;
}
.BgClassName
{
background-color: #11441C;
}
</style>
border-color css
<style>
span { border-color: #11441C; }
span { border-color: rgb(17,68,28); }
td.TdClassName
{
border-color: #11441C;
}
.TagClassName
{
border-color: #11441C;
}
</style>