Shades of Deep Fir #13491C
Tints of Deep Fir #13491C
RGB
CMYK
RGB Variations
Color information
#13491C (or 0x13491C) is known color: Deep Fir. HEX triplet: 13, 49 and 1C. RGB value is (19,73,28). Sum of RGB (Red+Green+Blue) = 19+73+28=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #13491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13491C is #ECB6E3. Grayscale: #333333. Windows color (decimal): -15513316 or 1853715. OLE color: 1853715.
HSL color Cylindrical-coordinate representation of color #13491C: hue angle of 130º 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 #13491C is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 28 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.71 |
| HSL | 130º | 0.59% | 0.18% | - |
| HSV(B) | 130º | 0.74% | 0.29% | - |
| XYZ | 2.86 | 4.99 | 1.91 | - |
| YUV | 51.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 28 | 0.74 | 0 | 0.62 | 0.71 | 130 | 0.59 | 0.18 |
| Hex | 13 | 49 | 1C | 4A | 0 | 3E | 47 | 82 | 3B | 12 |
| Octal | 23 | 111 | 34 | 112 | 0 | 76 | 107 | 202 | 73 | 22 |
| Binary | 10011 | 1001001 | 11100 | 1001010 | 0 | 111110 | 1000111 | 10000010 | 111011 | 10010 |
Color Harmonies of #13491C
Complementary color
Monochromatic Colors of #13491C
Black with #13491C
Text Example
Text Example
White with #13491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13491C; }
p { color: rgb(19,73,28); }
H1.HeaderClassName
{
color: #13491C;
}
.AnyTagClassName
{
color: #13491C;
}
</style>
background-color css
<style>
a { background-color: #13491C; }
a { background-color: rgb(19,73,28); }
div.DivClassName
{
background-color: #13491C;
}
.BgClassName
{
background-color: #13491C;
}
</style>
border-color css
<style>
span { border-color: #13491C; }
span { border-color: rgb(19,73,28); }
td.TdClassName
{
border-color: #13491C;
}
.TagClassName
{
border-color: #13491C;
}
</style>