Shades of Deep Fir #13311D
Tints of Deep Fir #13311D
RGB
CMYK
RGB Variations
Color information
#13311D (or 0x13311D) is known color: Deep Fir. HEX triplet: 13, 31 and 1D. RGB value is (19,49,29). Sum of RGB (Red+Green+Blue) = 19+49+29=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #13311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311D is #ECCEE2. Grayscale: #252525. Windows color (decimal): -15519459 or 1913107. OLE color: 1913107.
HSL color Cylindrical-coordinate representation of color #13311D: hue angle of 140º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13311D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 29 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.81 |
| HSL | 140º | 0.44% | 0.13% | - |
| HSV(B) | 140º | 0.61% | 0.19% | - |
| XYZ | 1.59 | 2.42 | 1.55 | - |
| YUV | 37.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 29 | 0.61 | 0 | 0.41 | 0.81 | 140 | 0.44 | 0.13 |
| Hex | 13 | 31 | 1D | 3D | 0 | 29 | 51 | 8C | 2C | D |
| Octal | 23 | 61 | 35 | 75 | 0 | 51 | 121 | 214 | 54 | 15 |
| Binary | 10011 | 110001 | 11101 | 111101 | 0 | 101001 | 1010001 | 10001100 | 101100 | 1101 |
Color Harmonies of #13311D
Complementary color
Monochromatic Colors of #13311D
Black with #13311D
Text Example
Text Example
White with #13311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13311D; }
p { color: rgb(19,49,29); }
H1.HeaderClassName
{
color: #13311D;
}
.AnyTagClassName
{
color: #13311D;
}
</style>
background-color css
<style>
a { background-color: #13311D; }
a { background-color: rgb(19,49,29); }
div.DivClassName
{
background-color: #13311D;
}
.BgClassName
{
background-color: #13311D;
}
</style>
border-color css
<style>
span { border-color: #13311D; }
span { border-color: rgb(19,49,29); }
td.TdClassName
{
border-color: #13311D;
}
.TagClassName
{
border-color: #13311D;
}
</style>