Shades of Deep Fir #13401D
Tints of Deep Fir #13401D
RGB
CMYK
RGB Variations
Color information
#13401D (or 0x13401D) is known color: Deep Fir. HEX triplet: 13, 40 and 1D. RGB value is (19,64,29). Sum of RGB (Red+Green+Blue) = 19+64+29=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #13401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13401D is #ECBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15515619 or 1916947. OLE color: 1916947.
HSL color Cylindrical-coordinate representation of color #13401D: hue angle of 133.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13401D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 29 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.75 |
| HSL | 133.33º | 0.54% | 0.16% | - |
| HSV(B) | 133.33º | 0.7% | 0.25% | - |
| XYZ | 2.32 | 3.89 | 1.79 | - |
| YUV | 46.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 29 | 0.70 | 0 | 0.55 | 0.75 | 133.33 | 0.54 | 0.16 |
| Hex | 13 | 40 | 1D | 46 | 0 | 37 | 4B | 85 | 36 | 10 |
| Octal | 23 | 100 | 35 | 106 | 0 | 67 | 113 | 205 | 66 | 20 |
| Binary | 10011 | 1000000 | 11101 | 1000110 | 0 | 110111 | 1001011 | 10000101 | 110110 | 10000 |
Color Harmonies of #13401D
Complementary color
Monochromatic Colors of #13401D
Black with #13401D
Text Example
Text Example
White with #13401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13401D; }
p { color: rgb(19,64,29); }
H1.HeaderClassName
{
color: #13401D;
}
.AnyTagClassName
{
color: #13401D;
}
</style>
background-color css
<style>
a { background-color: #13401D; }
a { background-color: rgb(19,64,29); }
div.DivClassName
{
background-color: #13401D;
}
.BgClassName
{
background-color: #13401D;
}
</style>
border-color css
<style>
span { border-color: #13401D; }
span { border-color: rgb(19,64,29); }
td.TdClassName
{
border-color: #13401D;
}
.TagClassName
{
border-color: #13401D;
}
</style>