Shades of Deep Fir #11481B
Tints of Deep Fir #11481B
RGB
CMYK
RGB Variations
Color information
#11481B (or 0x11481B) is known color: Deep Fir. HEX triplet: 11, 48 and 1B. RGB value is (17,72,27). Sum of RGB (Red+Green+Blue) = 17+72+27=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #11481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11481B is #EEB7E4. Grayscale: #323232. Windows color (decimal): -15644645 or 1787921. OLE color: 1787921.
HSL color Cylindrical-coordinate representation of color #11481B: hue angle of 130.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11481B is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 27 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.72 |
| HSL | 130.91º | 0.62% | 0.17% | - |
| HSV(B) | 130.91º | 0.76% | 0.28% | - |
| XYZ | 2.75 | 4.83 | 1.83 | - |
| YUV | 50.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 27 | 0.76 | 0 | 0.62 | 0.72 | 130.91 | 0.62 | 0.17 |
| Hex | 11 | 48 | 1B | 4C | 0 | 3E | 48 | 83 | 3E | 11 |
| Octal | 21 | 110 | 33 | 114 | 0 | 76 | 110 | 203 | 76 | 21 |
| Binary | 10001 | 1001000 | 11011 | 1001100 | 0 | 111110 | 1001000 | 10000011 | 111110 | 10001 |
Color Harmonies of #11481B
Complementary color
Monochromatic Colors of #11481B
Black with #11481B
Text Example
Text Example
White with #11481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11481B; }
p { color: rgb(17,72,27); }
H1.HeaderClassName
{
color: #11481B;
}
.AnyTagClassName
{
color: #11481B;
}
</style>
background-color css
<style>
a { background-color: #11481B; }
a { background-color: rgb(17,72,27); }
div.DivClassName
{
background-color: #11481B;
}
.BgClassName
{
background-color: #11481B;
}
</style>
border-color css
<style>
span { border-color: #11481B; }
span { border-color: rgb(17,72,27); }
td.TdClassName
{
border-color: #11481B;
}
.TagClassName
{
border-color: #11481B;
}
</style>