Shades of Deep Fir #193420
Tints of Deep Fir #193420
RGB
CMYK
RGB Variations
Color information
#193420 (or 0x193420) is known color: Deep Fir. HEX triplet: 19, 34 and 20. RGB value is (25,52,32). Sum of RGB (Red+Green+Blue) = 25+52+32=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #193420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193420 is #E6CBDF. Grayscale: #292929. Windows color (decimal): -15125472 or 2110489. OLE color: 2110489.
HSL color Cylindrical-coordinate representation of color #193420: hue angle of 135.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193420 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 32 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.80 |
| HSL | 135.56º | 0.35% | 0.15% | - |
| HSV(B) | 135.56º | 0.52% | 0.2% | - |
| XYZ | 1.89 | 2.77 | 1.8 | - |
| YUV | 41.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 32 | 0.52 | 0 | 0.38 | 0.80 | 135.56 | 0.35 | 0.15 |
| Hex | 19 | 34 | 20 | 34 | 0 | 26 | 50 | 88 | 23 | F |
| Octal | 31 | 64 | 40 | 64 | 0 | 46 | 120 | 210 | 43 | 17 |
| Binary | 11001 | 110100 | 100000 | 110100 | 0 | 100110 | 1010000 | 10001000 | 100011 | 1111 |
Color Harmonies of #193420
Complementary color
Monochromatic Colors of #193420
Black with #193420
Text Example
Text Example
White with #193420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193420; }
p { color: rgb(25,52,32); }
H1.HeaderClassName
{
color: #193420;
}
.AnyTagClassName
{
color: #193420;
}
</style>
background-color css
<style>
a { background-color: #193420; }
a { background-color: rgb(25,52,32); }
div.DivClassName
{
background-color: #193420;
}
.BgClassName
{
background-color: #193420;
}
</style>
border-color css
<style>
span { border-color: #193420; }
span { border-color: rgb(25,52,32); }
td.TdClassName
{
border-color: #193420;
}
.TagClassName
{
border-color: #193420;
}
</style>