Shades of Deep Fir #194421
Tints of Deep Fir #194421
RGB
CMYK
RGB Variations
Color information
#194421 (or 0x194421) is known color: Deep Fir. HEX triplet: 19, 44 and 21. RGB value is (25,68,33). Sum of RGB (Red+Green+Blue) = 25+68+33=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #194421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194421 is #E6BBDE. Grayscale: #333333. Windows color (decimal): -15121375 or 2180121. OLE color: 2180121.
HSL color Cylindrical-coordinate representation of color #194421: hue angle of 131.16º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194421 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 68 | 33 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.73 |
| HSL | 131.16º | 0.46% | 0.18% | - |
| HSV(B) | 131.16º | 0.63% | 0.27% | - |
| XYZ | 2.74 | 4.45 | 2.15 | - |
| YUV | 51.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 33 | 0.63 | 0 | 0.51 | 0.73 | 131.16 | 0.46 | 0.18 |
| Hex | 19 | 44 | 21 | 3F | 0 | 33 | 49 | 83 | 2E | 12 |
| Octal | 31 | 104 | 41 | 77 | 0 | 63 | 111 | 203 | 56 | 22 |
| Binary | 11001 | 1000100 | 100001 | 111111 | 0 | 110011 | 1001001 | 10000011 | 101110 | 10010 |
Color Harmonies of #194421
Complementary color
Monochromatic Colors of #194421
Black with #194421
Text Example
Text Example
White with #194421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194421; }
p { color: rgb(25,68,33); }
H1.HeaderClassName
{
color: #194421;
}
.AnyTagClassName
{
color: #194421;
}
</style>
background-color css
<style>
a { background-color: #194421; }
a { background-color: rgb(25,68,33); }
div.DivClassName
{
background-color: #194421;
}
.BgClassName
{
background-color: #194421;
}
</style>
border-color css
<style>
span { border-color: #194421; }
span { border-color: rgb(25,68,33); }
td.TdClassName
{
border-color: #194421;
}
.TagClassName
{
border-color: #194421;
}
</style>