Shades of Deep Fir #13391E
Tints of Deep Fir #13391E
RGB
CMYK
RGB Variations
Color information
#13391E (or 0x13391E) is known color: Deep Fir. HEX triplet: 13, 39 and 1E. RGB value is (19,57,30). Sum of RGB (Red+Green+Blue) = 19+57+30=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #13391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391E is #ECC6E1. Grayscale: #2A2A2A. Windows color (decimal): -15517410 or 1980691. OLE color: 1980691.
HSL color Cylindrical-coordinate representation of color #13391E: hue angle of 137.37º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13391E is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 30 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.78 |
| HSL | 137.37º | 0.5% | 0.15% | - |
| HSV(B) | 137.37º | 0.67% | 0.22% | - |
| XYZ | 1.97 | 3.16 | 1.73 | - |
| YUV | 42.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 30 | 0.67 | 0 | 0.47 | 0.78 | 137.37 | 0.5 | 0.15 |
| Hex | 13 | 39 | 1E | 43 | 0 | 2F | 4E | 89 | 32 | F |
| Octal | 23 | 71 | 36 | 103 | 0 | 57 | 116 | 211 | 62 | 17 |
| Binary | 10011 | 111001 | 11110 | 1000011 | 0 | 101111 | 1001110 | 10001001 | 110010 | 1111 |
Color Harmonies of #13391E
Complementary color
Monochromatic Colors of #13391E
Black with #13391E
Text Example
Text Example
White with #13391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13391E; }
p { color: rgb(19,57,30); }
H1.HeaderClassName
{
color: #13391E;
}
.AnyTagClassName
{
color: #13391E;
}
</style>
background-color css
<style>
a { background-color: #13391E; }
a { background-color: rgb(19,57,30); }
div.DivClassName
{
background-color: #13391E;
}
.BgClassName
{
background-color: #13391E;
}
</style>
border-color css
<style>
span { border-color: #13391E; }
span { border-color: rgb(19,57,30); }
td.TdClassName
{
border-color: #13391E;
}
.TagClassName
{
border-color: #13391E;
}
</style>