Shades of Deep Fir #114B1B
Tints of Deep Fir #114B1B
RGB
CMYK
RGB Variations
Color information
#114B1B (or 0x114B1B) is known color: Deep Fir. HEX triplet: 11, 4B and 1B. RGB value is (17,75,27). Sum of RGB (Red+Green+Blue) = 17+75+27=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #114B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B1B is #EEB4E4. Grayscale: #343434. Windows color (decimal): -15643877 or 1788689. OLE color: 1788689.
HSL color Cylindrical-coordinate representation of color #114B1B: hue angle of 130.34º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B1B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 27 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.71 |
| HSL | 130.34º | 0.63% | 0.18% | - |
| HSV(B) | 130.34º | 0.77% | 0.29% | - |
| XYZ | 2.95 | 5.23 | 1.89 | - |
| YUV | 52.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 27 | 0.77 | 0 | 0.64 | 0.71 | 130.34 | 0.63 | 0.18 |
| Hex | 11 | 4B | 1B | 4D | 0 | 40 | 47 | 82 | 3F | 12 |
| Octal | 21 | 113 | 33 | 115 | 0 | 100 | 107 | 202 | 77 | 22 |
| Binary | 10001 | 1001011 | 11011 | 1001101 | 0 | 1000000 | 1000111 | 10000010 | 111111 | 10010 |
Color Harmonies of #114B1B
Complementary color
Monochromatic Colors of #114B1B
Black with #114B1B
Text Example
Text Example
White with #114B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B1B; }
p { color: rgb(17,75,27); }
H1.HeaderClassName
{
color: #114B1B;
}
.AnyTagClassName
{
color: #114B1B;
}
</style>
background-color css
<style>
a { background-color: #114B1B; }
a { background-color: rgb(17,75,27); }
div.DivClassName
{
background-color: #114B1B;
}
.BgClassName
{
background-color: #114B1B;
}
</style>
border-color css
<style>
span { border-color: #114B1B; }
span { border-color: rgb(17,75,27); }
td.TdClassName
{
border-color: #114B1B;
}
.TagClassName
{
border-color: #114B1B;
}
</style>