Shades of Deep Fir #13481E
Tints of Deep Fir #13481E
RGB
CMYK
RGB Variations
Color information
#13481E (or 0x13481E) is known color: Deep Fir. HEX triplet: 13, 48 and 1E. RGB value is (19,72,30). Sum of RGB (Red+Green+Blue) = 19+72+30=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #13481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481E is #ECB7E1. Grayscale: #333333. Windows color (decimal): -15513570 or 1984531. OLE color: 1984531.
HSL color Cylindrical-coordinate representation of color #13481E: hue angle of 132.45º 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 #13481E is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 30 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.72 |
| HSL | 132.45º | 0.58% | 0.18% | - |
| HSV(B) | 132.45º | 0.74% | 0.28% | - |
| XYZ | 2.82 | 4.87 | 2.02 | - |
| YUV | 51.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 30 | 0.74 | 0 | 0.58 | 0.72 | 132.45 | 0.58 | 0.18 |
| Hex | 13 | 48 | 1E | 4A | 0 | 3A | 48 | 84 | 3A | 12 |
| Octal | 23 | 110 | 36 | 112 | 0 | 72 | 110 | 204 | 72 | 22 |
| Binary | 10011 | 1001000 | 11110 | 1001010 | 0 | 111010 | 1001000 | 10000100 | 111010 | 10010 |
Color Harmonies of #13481E
Complementary color
Monochromatic Colors of #13481E
Black with #13481E
Text Example
Text Example
White with #13481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13481E; }
p { color: rgb(19,72,30); }
H1.HeaderClassName
{
color: #13481E;
}
.AnyTagClassName
{
color: #13481E;
}
</style>
background-color css
<style>
a { background-color: #13481E; }
a { background-color: rgb(19,72,30); }
div.DivClassName
{
background-color: #13481E;
}
.BgClassName
{
background-color: #13481E;
}
</style>
border-color css
<style>
span { border-color: #13481E; }
span { border-color: rgb(19,72,30); }
td.TdClassName
{
border-color: #13481E;
}
.TagClassName
{
border-color: #13481E;
}
</style>