Shades of Deep Fir #194121
Tints of Deep Fir #194121
RGB
CMYK
RGB Variations
Color information
#194121 (or 0x194121) is known color: Deep Fir. HEX triplet: 19, 41 and 21. RGB value is (25,65,33). Sum of RGB (Red+Green+Blue) = 25+65+33=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #194121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194121 is #E6BEDE. Grayscale: #313131. Windows color (decimal): -15122143 or 2179353. OLE color: 2179353.
HSL color Cylindrical-coordinate representation of color #194121: hue angle of 132º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194121 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 33 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.75 |
| HSL | 132º | 0.44% | 0.18% | - |
| HSV(B) | 132º | 0.62% | 0.25% | - |
| XYZ | 2.57 | 4.1 | 2.09 | - |
| YUV | 49.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 33 | 0.62 | 0 | 0.49 | 0.75 | 132 | 0.44 | 0.18 |
| Hex | 19 | 41 | 21 | 3E | 0 | 31 | 4B | 84 | 2C | 12 |
| Octal | 31 | 101 | 41 | 76 | 0 | 61 | 113 | 204 | 54 | 22 |
| Binary | 11001 | 1000001 | 100001 | 111110 | 0 | 110001 | 1001011 | 10000100 | 101100 | 10010 |
Color Harmonies of #194121
Complementary color
Monochromatic Colors of #194121
Black with #194121
Text Example
Text Example
White with #194121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194121; }
p { color: rgb(25,65,33); }
H1.HeaderClassName
{
color: #194121;
}
.AnyTagClassName
{
color: #194121;
}
</style>
background-color css
<style>
a { background-color: #194121; }
a { background-color: rgb(25,65,33); }
div.DivClassName
{
background-color: #194121;
}
.BgClassName
{
background-color: #194121;
}
</style>
border-color css
<style>
span { border-color: #194121; }
span { border-color: rgb(25,65,33); }
td.TdClassName
{
border-color: #194121;
}
.TagClassName
{
border-color: #194121;
}
</style>