Shades of Deep Fir #11301D
Tints of Deep Fir #11301D
RGB
CMYK
RGB Variations
Color information
#11301D (or 0x11301D) is known color: Deep Fir. HEX triplet: 11, 30 and 1D. RGB value is (17,48,29). Sum of RGB (Red+Green+Blue) = 17+48+29=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #11301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301D is #EECFE2. Grayscale: #242424. Windows color (decimal): -15650787 or 1912849. OLE color: 1912849.
HSL color Cylindrical-coordinate representation of color #11301D: hue angle of 143.23º 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 #11301D is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 29 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.81 |
| HSL | 143.23º | 0.48% | 0.13% | - |
| HSV(B) | 143.23º | 0.65% | 0.19% | - |
| XYZ | 1.51 | 2.32 | 1.53 | - |
| YUV | 36.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 29 | 0.65 | 0 | 0.40 | 0.81 | 143.23 | 0.48 | 0.13 |
| Hex | 11 | 30 | 1D | 41 | 0 | 28 | 51 | 8F | 30 | D |
| Octal | 21 | 60 | 35 | 101 | 0 | 50 | 121 | 217 | 60 | 15 |
| Binary | 10001 | 110000 | 11101 | 1000001 | 0 | 101000 | 1010001 | 10001111 | 110000 | 1101 |
Color Harmonies of #11301D
Complementary color
Monochromatic Colors of #11301D
Black with #11301D
Text Example
Text Example
White with #11301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11301D; }
p { color: rgb(17,48,29); }
H1.HeaderClassName
{
color: #11301D;
}
.AnyTagClassName
{
color: #11301D;
}
</style>
background-color css
<style>
a { background-color: #11301D; }
a { background-color: rgb(17,48,29); }
div.DivClassName
{
background-color: #11301D;
}
.BgClassName
{
background-color: #11301D;
}
</style>
border-color css
<style>
span { border-color: #11301D; }
span { border-color: rgb(17,48,29); }
td.TdClassName
{
border-color: #11301D;
}
.TagClassName
{
border-color: #11301D;
}
</style>