Shades of Deep Fir #11381C
Tints of Deep Fir #11381C
RGB
CMYK
RGB Variations
Color information
#11381C (or 0x11381C) is known color: Deep Fir. HEX triplet: 11, 38 and 1C. RGB value is (17,56,28). Sum of RGB (Red+Green+Blue) = 17+56+28=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #11381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381C is #EEC7E3. Grayscale: #292929. Windows color (decimal): -15648740 or 1849361. OLE color: 1849361.
HSL color Cylindrical-coordinate representation of color #11381C: hue angle of 136.92º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11381C is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 28 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.78 |
| HSL | 136.92º | 0.53% | 0.14% | - |
| HSV(B) | 136.92º | 0.7% | 0.22% | - |
| XYZ | 1.85 | 3.03 | 1.59 | - |
| YUV | 41.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 28 | 0.70 | 0 | 0.50 | 0.78 | 136.92 | 0.53 | 0.14 |
| Hex | 11 | 38 | 1C | 46 | 0 | 32 | 4E | 89 | 35 | E |
| Octal | 21 | 70 | 34 | 106 | 0 | 62 | 116 | 211 | 65 | 16 |
| Binary | 10001 | 111000 | 11100 | 1000110 | 0 | 110010 | 1001110 | 10001001 | 110101 | 1110 |
Color Harmonies of #11381C
Complementary color
Monochromatic Colors of #11381C
Black with #11381C
Text Example
Text Example
White with #11381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11381C; }
p { color: rgb(17,56,28); }
H1.HeaderClassName
{
color: #11381C;
}
.AnyTagClassName
{
color: #11381C;
}
</style>
background-color css
<style>
a { background-color: #11381C; }
a { background-color: rgb(17,56,28); }
div.DivClassName
{
background-color: #11381C;
}
.BgClassName
{
background-color: #11381C;
}
</style>
border-color css
<style>
span { border-color: #11381C; }
span { border-color: rgb(17,56,28); }
td.TdClassName
{
border-color: #11381C;
}
.TagClassName
{
border-color: #11381C;
}
</style>