Shades of Deep Fir #194328
Tints of Deep Fir #194328
RGB
CMYK
RGB Variations
Color information
#194328 (or 0x194328) is known color: Deep Fir. HEX triplet: 19, 43 and 28. RGB value is (25,67,40). Sum of RGB (Red+Green+Blue) = 25+67+40=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #194328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194328 is #E6BCD7. Grayscale: #333333. Windows color (decimal): -15121624 or 2638617. OLE color: 2638617.
HSL color Cylindrical-coordinate representation of color #194328: hue angle of 141.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194328 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 40 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.74 |
| HSL | 141.43º | 0.46% | 0.18% | - |
| HSV(B) | 141.43º | 0.63% | 0.26% | - |
| XYZ | 2.79 | 4.37 | 2.7 | - |
| YUV | 51.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 40 | 0.63 | 0 | 0.40 | 0.74 | 141.43 | 0.46 | 0.18 |
| Hex | 19 | 43 | 28 | 3F | 0 | 28 | 4A | 8D | 2E | 12 |
| Octal | 31 | 103 | 50 | 77 | 0 | 50 | 112 | 215 | 56 | 22 |
| Binary | 11001 | 1000011 | 101000 | 111111 | 0 | 101000 | 1001010 | 10001101 | 101110 | 10010 |
Color Harmonies of #194328
Complementary color
Monochromatic Colors of #194328
Black with #194328
Text Example
Text Example
White with #194328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194328; }
p { color: rgb(25,67,40); }
H1.HeaderClassName
{
color: #194328;
}
.AnyTagClassName
{
color: #194328;
}
</style>
background-color css
<style>
a { background-color: #194328; }
a { background-color: rgb(25,67,40); }
div.DivClassName
{
background-color: #194328;
}
.BgClassName
{
background-color: #194328;
}
</style>
border-color css
<style>
span { border-color: #194328; }
span { border-color: rgb(25,67,40); }
td.TdClassName
{
border-color: #194328;
}
.TagClassName
{
border-color: #194328;
}
</style>