Shades of Deep Fir #193320
Tints of Deep Fir #193320
RGB
CMYK
RGB Variations
Color information
#193320 (or 0x193320) is known color: Deep Fir. HEX triplet: 19, 33 and 20. RGB value is (25,51,32). Sum of RGB (Red+Green+Blue) = 25+51+32=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #193320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193320 is #E6CCDF. Grayscale: #292929. Windows color (decimal): -15125728 or 2110233. OLE color: 2110233.
HSL color Cylindrical-coordinate representation of color #193320: hue angle of 136.15º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193320 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 32 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.8 |
| HSL | 136.15º | 0.34% | 0.15% | - |
| HSV(B) | 136.15º | 0.51% | 0.2% | - |
| XYZ | 1.85 | 2.68 | 1.79 | - |
| YUV | 41.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 32 | 0.51 | 0 | 0.37 | 0.8 | 136.15 | 0.34 | 0.15 |
| Hex | 19 | 33 | 20 | 33 | 0 | 25 | 50 | 88 | 22 | F |
| Octal | 31 | 63 | 40 | 63 | 0 | 45 | 120 | 210 | 42 | 17 |
| Binary | 11001 | 110011 | 100000 | 110011 | 0 | 100101 | 1010000 | 10001000 | 100010 | 1111 |
Color Harmonies of #193320
Complementary color
Monochromatic Colors of #193320
Black with #193320
Text Example
Text Example
White with #193320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193320; }
p { color: rgb(25,51,32); }
H1.HeaderClassName
{
color: #193320;
}
.AnyTagClassName
{
color: #193320;
}
</style>
background-color css
<style>
a { background-color: #193320; }
a { background-color: rgb(25,51,32); }
div.DivClassName
{
background-color: #193320;
}
.BgClassName
{
background-color: #193320;
}
</style>
border-color css
<style>
span { border-color: #193320; }
span { border-color: rgb(25,51,32); }
td.TdClassName
{
border-color: #193320;
}
.TagClassName
{
border-color: #193320;
}
</style>