Shades of Deep Fir #13491F
Tints of Deep Fir #13491F
RGB
CMYK
RGB Variations
Color information
#13491F (or 0x13491F) is known color: Deep Fir. HEX triplet: 13, 49 and 1F. RGB value is (19,73,31). Sum of RGB (Red+Green+Blue) = 19+73+31=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #13491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13491F is #ECB6E0. Grayscale: #343434. Windows color (decimal): -15513313 or 2050323. OLE color: 2050323.
HSL color Cylindrical-coordinate representation of color #13491F: hue angle of 133.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13491F is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 31 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.71 |
| HSL | 133.33º | 0.59% | 0.18% | - |
| HSV(B) | 133.33º | 0.74% | 0.29% | - |
| XYZ | 2.9 | 5 | 2.11 | - |
| YUV | 52.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 31 | 0.74 | 0 | 0.58 | 0.71 | 133.33 | 0.59 | 0.18 |
| Hex | 13 | 49 | 1F | 4A | 0 | 3A | 47 | 85 | 3B | 12 |
| Octal | 23 | 111 | 37 | 112 | 0 | 72 | 107 | 205 | 73 | 22 |
| Binary | 10011 | 1001001 | 11111 | 1001010 | 0 | 111010 | 1000111 | 10000101 | 111011 | 10010 |
Color Harmonies of #13491F
Complementary color
Monochromatic Colors of #13491F
Black with #13491F
Text Example
Text Example
White with #13491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13491F; }
p { color: rgb(19,73,31); }
H1.HeaderClassName
{
color: #13491F;
}
.AnyTagClassName
{
color: #13491F;
}
</style>
background-color css
<style>
a { background-color: #13491F; }
a { background-color: rgb(19,73,31); }
div.DivClassName
{
background-color: #13491F;
}
.BgClassName
{
background-color: #13491F;
}
</style>
border-color css
<style>
span { border-color: #13491F; }
span { border-color: rgb(19,73,31); }
td.TdClassName
{
border-color: #13491F;
}
.TagClassName
{
border-color: #13491F;
}
</style>