Shades of Deep Fir #11301C
Tints of Deep Fir #11301C
RGB
CMYK
RGB Variations
Color information
#11301C (or 0x11301C) is known color: Deep Fir. HEX triplet: 11, 30 and 1C. RGB value is (17,48,28). Sum of RGB (Red+Green+Blue) = 17+48+28=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #11301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301C is #EECFE3. Grayscale: #242424. Windows color (decimal): -15650788 or 1847313. OLE color: 1847313.
HSL color Cylindrical-coordinate representation of color #11301C: hue angle of 141.29º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11301C is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 28 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.81 |
| HSL | 141.29º | 0.48% | 0.13% | - |
| HSV(B) | 141.29º | 0.65% | 0.19% | - |
| XYZ | 1.5 | 2.32 | 1.47 | - |
| YUV | 36.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 28 | 0.65 | 0 | 0.42 | 0.81 | 141.29 | 0.48 | 0.13 |
| Hex | 11 | 30 | 1C | 41 | 0 | 2A | 51 | 8D | 30 | D |
| Octal | 21 | 60 | 34 | 101 | 0 | 52 | 121 | 215 | 60 | 15 |
| Binary | 10001 | 110000 | 11100 | 1000001 | 0 | 101010 | 1010001 | 10001101 | 110000 | 1101 |
Color Harmonies of #11301C
Complementary color
Monochromatic Colors of #11301C
Black with #11301C
Text Example
Text Example
White with #11301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11301C; }
p { color: rgb(17,48,28); }
H1.HeaderClassName
{
color: #11301C;
}
.AnyTagClassName
{
color: #11301C;
}
</style>
background-color css
<style>
a { background-color: #11301C; }
a { background-color: rgb(17,48,28); }
div.DivClassName
{
background-color: #11301C;
}
.BgClassName
{
background-color: #11301C;
}
</style>
border-color css
<style>
span { border-color: #11301C; }
span { border-color: rgb(17,48,28); }
td.TdClassName
{
border-color: #11301C;
}
.TagClassName
{
border-color: #11301C;
}
</style>