Shades of Deep Fir #13481F
Tints of Deep Fir #13481F
RGB
CMYK
RGB Variations
Color information
#13481F (or 0x13481F) is known color: Deep Fir. HEX triplet: 13, 48 and 1F. RGB value is (19,72,31). Sum of RGB (Red+Green+Blue) = 19+72+31=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #13481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481F is #ECB7E0. Grayscale: #333333. Windows color (decimal): -15513569 or 2050067. OLE color: 2050067.
HSL color Cylindrical-coordinate representation of color #13481F: hue angle of 133.58º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481F is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 31 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.72 |
| HSL | 133.58º | 0.58% | 0.18% | - |
| HSV(B) | 133.58º | 0.74% | 0.28% | - |
| XYZ | 2.83 | 4.87 | 2.09 | - |
| YUV | 51.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 31 | 0.74 | 0 | 0.57 | 0.72 | 133.58 | 0.58 | 0.18 |
| Hex | 13 | 48 | 1F | 4A | 0 | 39 | 48 | 86 | 3A | 12 |
| Octal | 23 | 110 | 37 | 112 | 0 | 71 | 110 | 206 | 72 | 22 |
| Binary | 10011 | 1001000 | 11111 | 1001010 | 0 | 111001 | 1001000 | 10000110 | 111010 | 10010 |
Color Harmonies of #13481F
Complementary color
Monochromatic Colors of #13481F
Black with #13481F
Text Example
Text Example
White with #13481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13481F; }
p { color: rgb(19,72,31); }
H1.HeaderClassName
{
color: #13481F;
}
.AnyTagClassName
{
color: #13481F;
}
</style>
background-color css
<style>
a { background-color: #13481F; }
a { background-color: rgb(19,72,31); }
div.DivClassName
{
background-color: #13481F;
}
.BgClassName
{
background-color: #13481F;
}
</style>
border-color css
<style>
span { border-color: #13481F; }
span { border-color: rgb(19,72,31); }
td.TdClassName
{
border-color: #13481F;
}
.TagClassName
{
border-color: #13481F;
}
</style>