Shades of Deep Fir #112919
Tints of Deep Fir #112919
RGB
CMYK
RGB Variations
Color information
#112919 (or 0x112919) is known color: Deep Fir. HEX triplet: 11, 29 and 19. RGB value is (17,41,25). Sum of RGB (Red+Green+Blue) = 17+41+25=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #112919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112919 is #EED6E6. Grayscale: #202020. Windows color (decimal): -15652583 or 1648913. OLE color: 1648913.
HSL color Cylindrical-coordinate representation of color #112919: hue angle of 140º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #112919 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 41 | 25 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.84 |
| HSL | 140º | 0.41% | 0.11% | - |
| HSV(B) | 140º | 0.59% | 0.16% | - |
| XYZ | 1.2 | 1.78 | 1.2 | - |
| YUV | 32 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 25 | 0.59 | 0 | 0.39 | 0.84 | 140 | 0.41 | 0.11 |
| Hex | 11 | 29 | 19 | 3B | 0 | 27 | 54 | 8C | 29 | B |
| Octal | 21 | 51 | 31 | 73 | 0 | 47 | 124 | 214 | 51 | 13 |
| Binary | 10001 | 101001 | 11001 | 111011 | 0 | 100111 | 1010100 | 10001100 | 101001 | 1011 |
Color Harmonies of #112919
Complementary color
Monochromatic Colors of #112919
Black with #112919
Text Example
Text Example
White with #112919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112919; }
p { color: rgb(17,41,25); }
H1.HeaderClassName
{
color: #112919;
}
.AnyTagClassName
{
color: #112919;
}
</style>
background-color css
<style>
a { background-color: #112919; }
a { background-color: rgb(17,41,25); }
div.DivClassName
{
background-color: #112919;
}
.BgClassName
{
background-color: #112919;
}
</style>
border-color css
<style>
span { border-color: #112919; }
span { border-color: rgb(17,41,25); }
td.TdClassName
{
border-color: #112919;
}
.TagClassName
{
border-color: #112919;
}
</style>