Shades of Deep Fir #19371F
Tints of Deep Fir #19371F
RGB
CMYK
RGB Variations
Color information
#19371F (or 0x19371F) is known color: Deep Fir. HEX triplet: 19, 37 and 1F. RGB value is (25,55,31). Sum of RGB (Red+Green+Blue) = 25+55+31=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #19371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19371F is #E6C8E0. Grayscale: #2B2B2B. Windows color (decimal): -15124705 or 2045721. OLE color: 2045721.
HSL color Cylindrical-coordinate representation of color #19371F: hue angle of 132º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19371F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 31 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.78 |
| HSL | 132º | 0.38% | 0.16% | - |
| HSV(B) | 132º | 0.55% | 0.22% | - |
| XYZ | 2.01 | 3.04 | 1.78 | - |
| YUV | 43.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 31 | 0.55 | 0 | 0.44 | 0.78 | 132 | 0.38 | 0.16 |
| Hex | 19 | 37 | 1F | 37 | 0 | 2C | 4E | 84 | 26 | 10 |
| Octal | 31 | 67 | 37 | 67 | 0 | 54 | 116 | 204 | 46 | 20 |
| Binary | 11001 | 110111 | 11111 | 110111 | 0 | 101100 | 1001110 | 10000100 | 100110 | 10000 |
Color Harmonies of #19371F
Complementary color
Monochromatic Colors of #19371F
Black with #19371F
Text Example
Text Example
White with #19371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19371F; }
p { color: rgb(25,55,31); }
H1.HeaderClassName
{
color: #19371F;
}
.AnyTagClassName
{
color: #19371F;
}
</style>
background-color css
<style>
a { background-color: #19371F; }
a { background-color: rgb(25,55,31); }
div.DivClassName
{
background-color: #19371F;
}
.BgClassName
{
background-color: #19371F;
}
</style>
border-color css
<style>
span { border-color: #19371F; }
span { border-color: rgb(25,55,31); }
td.TdClassName
{
border-color: #19371F;
}
.TagClassName
{
border-color: #19371F;
}
</style>