Shades of Deep Fir #13311C
Tints of Deep Fir #13311C
RGB
CMYK
RGB Variations
Color information
#13311C (or 0x13311C) is known color: Deep Fir. HEX triplet: 13, 31 and 1C. RGB value is (19,49,28). Sum of RGB (Red+Green+Blue) = 19+49+28=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #13311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311C is #ECCEE3. Grayscale: #252525. Windows color (decimal): -15519460 or 1847571. OLE color: 1847571.
HSL color Cylindrical-coordinate representation of color #13311C: hue angle of 138º 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 #13311C is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 28 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.81 |
| HSL | 138º | 0.44% | 0.13% | - |
| HSV(B) | 138º | 0.61% | 0.19% | - |
| XYZ | 1.58 | 2.42 | 1.48 | - |
| YUV | 37.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 28 | 0.61 | 0 | 0.43 | 0.81 | 138 | 0.44 | 0.13 |
| Hex | 13 | 31 | 1C | 3D | 0 | 2B | 51 | 8A | 2C | D |
| Octal | 23 | 61 | 34 | 75 | 0 | 53 | 121 | 212 | 54 | 15 |
| Binary | 10011 | 110001 | 11100 | 111101 | 0 | 101011 | 1010001 | 10001010 | 101100 | 1101 |
Color Harmonies of #13311C
Complementary color
Monochromatic Colors of #13311C
Black with #13311C
Text Example
Text Example
White with #13311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13311C; }
p { color: rgb(19,49,28); }
H1.HeaderClassName
{
color: #13311C;
}
.AnyTagClassName
{
color: #13311C;
}
</style>
background-color css
<style>
a { background-color: #13311C; }
a { background-color: rgb(19,49,28); }
div.DivClassName
{
background-color: #13311C;
}
.BgClassName
{
background-color: #13311C;
}
</style>
border-color css
<style>
span { border-color: #13311C; }
span { border-color: rgb(19,49,28); }
td.TdClassName
{
border-color: #13311C;
}
.TagClassName
{
border-color: #13311C;
}
</style>