Shades of Deep Fir #13341C
Tints of Deep Fir #13341C
RGB
CMYK
RGB Variations
Color information
#13341C (or 0x13341C) is known color: Deep Fir. HEX triplet: 13, 34 and 1C. RGB value is (19,52,28). Sum of RGB (Red+Green+Blue) = 19+52+28=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #13341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13341C is #ECCBE3. Grayscale: #272727. Windows color (decimal): -15518692 or 1848339. OLE color: 1848339.
HSL color Cylindrical-coordinate representation of color #13341C: hue angle of 136.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13341C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 28 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.80 |
| HSL | 136.36º | 0.46% | 0.14% | - |
| HSV(B) | 136.36º | 0.63% | 0.2% | - |
| XYZ | 1.71 | 2.68 | 1.53 | - |
| YUV | 39.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 28 | 0.63 | 0 | 0.46 | 0.80 | 136.36 | 0.46 | 0.14 |
| Hex | 13 | 34 | 1C | 3F | 0 | 2E | 50 | 88 | 2E | E |
| Octal | 23 | 64 | 34 | 77 | 0 | 56 | 120 | 210 | 56 | 16 |
| Binary | 10011 | 110100 | 11100 | 111111 | 0 | 101110 | 1010000 | 10001000 | 101110 | 1110 |
Color Harmonies of #13341C
Complementary color
Monochromatic Colors of #13341C
Black with #13341C
Text Example
Text Example
White with #13341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13341C; }
p { color: rgb(19,52,28); }
H1.HeaderClassName
{
color: #13341C;
}
.AnyTagClassName
{
color: #13341C;
}
</style>
background-color css
<style>
a { background-color: #13341C; }
a { background-color: rgb(19,52,28); }
div.DivClassName
{
background-color: #13341C;
}
.BgClassName
{
background-color: #13341C;
}
</style>
border-color css
<style>
span { border-color: #13341C; }
span { border-color: rgb(19,52,28); }
td.TdClassName
{
border-color: #13341C;
}
.TagClassName
{
border-color: #13341C;
}
</style>