Shades of Deep Fir #13441D
Tints of Deep Fir #13441D
RGB
CMYK
RGB Variations
Color information
#13441D (or 0x13441D) is known color: Deep Fir. HEX triplet: 13, 44 and 1D. RGB value is (19,68,29). Sum of RGB (Red+Green+Blue) = 19+68+29=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #13441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441D is #ECBBE2. Grayscale: #313131. Windows color (decimal): -15514595 or 1917971. OLE color: 1917971.
HSL color Cylindrical-coordinate representation of color #13441D: hue angle of 132.24º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 29 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.73 |
| HSL | 132.24º | 0.56% | 0.17% | - |
| HSV(B) | 132.24º | 0.72% | 0.27% | - |
| XYZ | 2.56 | 4.36 | 1.87 | - |
| YUV | 48.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 29 | 0.72 | 0 | 0.57 | 0.73 | 132.24 | 0.56 | 0.17 |
| Hex | 13 | 44 | 1D | 48 | 0 | 39 | 49 | 84 | 38 | 11 |
| Octal | 23 | 104 | 35 | 110 | 0 | 71 | 111 | 204 | 70 | 21 |
| Binary | 10011 | 1000100 | 11101 | 1001000 | 0 | 111001 | 1001001 | 10000100 | 111000 | 10001 |
Color Harmonies of #13441D
Complementary color
Monochromatic Colors of #13441D
Black with #13441D
Text Example
Text Example
White with #13441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13441D; }
p { color: rgb(19,68,29); }
H1.HeaderClassName
{
color: #13441D;
}
.AnyTagClassName
{
color: #13441D;
}
</style>
background-color css
<style>
a { background-color: #13441D; }
a { background-color: rgb(19,68,29); }
div.DivClassName
{
background-color: #13441D;
}
.BgClassName
{
background-color: #13441D;
}
</style>
border-color css
<style>
span { border-color: #13441D; }
span { border-color: rgb(19,68,29); }
td.TdClassName
{
border-color: #13441D;
}
.TagClassName
{
border-color: #13441D;
}
</style>