Shades of Deep Fir #193821
Tints of Deep Fir #193821
RGB
CMYK
RGB Variations
Color information
#193821 (or 0x193821) is known color: Deep Fir. HEX triplet: 19, 38 and 21. RGB value is (25,56,33). Sum of RGB (Red+Green+Blue) = 25+56+33=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #193821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193821 is #E6C7DE. Grayscale: #2C2C2C. Windows color (decimal): -15124447 or 2177049. OLE color: 2177049.
HSL color Cylindrical-coordinate representation of color #193821: hue angle of 135.48º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193821 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 33 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.78 |
| HSL | 135.48º | 0.38% | 0.16% | - |
| HSV(B) | 135.48º | 0.55% | 0.22% | - |
| XYZ | 2.09 | 3.14 | 1.94 | - |
| YUV | 44.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 33 | 0.55 | 0 | 0.41 | 0.78 | 135.48 | 0.38 | 0.16 |
| Hex | 19 | 38 | 21 | 37 | 0 | 29 | 4E | 87 | 26 | 10 |
| Octal | 31 | 70 | 41 | 67 | 0 | 51 | 116 | 207 | 46 | 20 |
| Binary | 11001 | 111000 | 100001 | 110111 | 0 | 101001 | 1001110 | 10000111 | 100110 | 10000 |
Color Harmonies of #193821
Complementary color
Monochromatic Colors of #193821
Black with #193821
Text Example
Text Example
White with #193821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193821; }
p { color: rgb(25,56,33); }
H1.HeaderClassName
{
color: #193821;
}
.AnyTagClassName
{
color: #193821;
}
</style>
background-color css
<style>
a { background-color: #193821; }
a { background-color: rgb(25,56,33); }
div.DivClassName
{
background-color: #193821;
}
.BgClassName
{
background-color: #193821;
}
</style>
border-color css
<style>
span { border-color: #193821; }
span { border-color: rgb(25,56,33); }
td.TdClassName
{
border-color: #193821;
}
.TagClassName
{
border-color: #193821;
}
</style>