Shades of Deep Fir #193B24
Tints of Deep Fir #193B24
RGB
CMYK
RGB Variations
Color information
#193B24 (or 0x193B24) is known color: Deep Fir. HEX triplet: 19, 3B and 24. RGB value is (25,59,36). Sum of RGB (Red+Green+Blue) = 25+59+36=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #193B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B24 is #E6C4DB. Grayscale: #2E2E2E. Windows color (decimal): -15123676 or 2374425. OLE color: 2374425.
HSL color Cylindrical-coordinate representation of color #193B24: hue angle of 139.41º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B24 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 36 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.77 |
| HSL | 139.41º | 0.4% | 0.16% | - |
| HSV(B) | 139.41º | 0.58% | 0.23% | - |
| XYZ | 2.28 | 3.46 | 2.22 | - |
| YUV | 46.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 36 | 0.58 | 0 | 0.39 | 0.77 | 139.41 | 0.4 | 0.16 |
| Hex | 19 | 3B | 24 | 3A | 0 | 27 | 4D | 8B | 28 | 10 |
| Octal | 31 | 73 | 44 | 72 | 0 | 47 | 115 | 213 | 50 | 20 |
| Binary | 11001 | 111011 | 100100 | 111010 | 0 | 100111 | 1001101 | 10001011 | 101000 | 10000 |
Color Harmonies of #193B24
Complementary color
Monochromatic Colors of #193B24
Black with #193B24
Text Example
Text Example
White with #193B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B24; }
p { color: rgb(25,59,36); }
H1.HeaderClassName
{
color: #193B24;
}
.AnyTagClassName
{
color: #193B24;
}
</style>
background-color css
<style>
a { background-color: #193B24; }
a { background-color: rgb(25,59,36); }
div.DivClassName
{
background-color: #193B24;
}
.BgClassName
{
background-color: #193B24;
}
</style>
border-color css
<style>
span { border-color: #193B24; }
span { border-color: rgb(25,59,36); }
td.TdClassName
{
border-color: #193B24;
}
.TagClassName
{
border-color: #193B24;
}
</style>