Shades of Deep Fir #193624
Tints of Deep Fir #193624
RGB
CMYK
RGB Variations
Color information
#193624 (or 0x193624) is known color: Deep Fir. HEX triplet: 19, 36 and 24. RGB value is (25,54,36). Sum of RGB (Red+Green+Blue) = 25+54+36=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #193624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193624 is #E6C9DB. Grayscale: #2B2B2B. Windows color (decimal): -15124956 or 2373145. OLE color: 2373145.
HSL color Cylindrical-coordinate representation of color #193624: hue angle of 142.76º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193624 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 36 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.79 |
| HSL | 142.76º | 0.37% | 0.15% | - |
| HSV(B) | 142.76º | 0.54% | 0.21% | - |
| XYZ | 2.04 | 2.97 | 2.14 | - |
| YUV | 43.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 36 | 0.54 | 0 | 0.33 | 0.79 | 142.76 | 0.37 | 0.15 |
| Hex | 19 | 36 | 24 | 36 | 0 | 21 | 4F | 8F | 25 | F |
| Octal | 31 | 66 | 44 | 66 | 0 | 41 | 117 | 217 | 45 | 17 |
| Binary | 11001 | 110110 | 100100 | 110110 | 0 | 100001 | 1001111 | 10001111 | 100101 | 1111 |
Color Harmonies of #193624
Complementary color
Monochromatic Colors of #193624
Black with #193624
Text Example
Text Example
White with #193624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193624; }
p { color: rgb(25,54,36); }
H1.HeaderClassName
{
color: #193624;
}
.AnyTagClassName
{
color: #193624;
}
</style>
background-color css
<style>
a { background-color: #193624; }
a { background-color: rgb(25,54,36); }
div.DivClassName
{
background-color: #193624;
}
.BgClassName
{
background-color: #193624;
}
</style>
border-color css
<style>
span { border-color: #193624; }
span { border-color: rgb(25,54,36); }
td.TdClassName
{
border-color: #193624;
}
.TagClassName
{
border-color: #193624;
}
</style>