Shades of Deep Fir #193A1F
Tints of Deep Fir #193A1F
RGB
CMYK
RGB Variations
Color information
#193A1F (or 0x193A1F) is known color: Deep Fir. HEX triplet: 19, 3A and 1F. RGB value is (25,58,31). Sum of RGB (Red+Green+Blue) = 25+58+31=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #193A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A1F is #E6C5E0. Grayscale: #2D2D2D. Windows color (decimal): -15123937 or 2046489. OLE color: 2046489.
HSL color Cylindrical-coordinate representation of color #193A1F: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A1F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 31 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.77 |
| HSL | 130.91º | 0.4% | 0.16% | - |
| HSV(B) | 130.91º | 0.57% | 0.23% | - |
| XYZ | 2.16 | 3.33 | 1.83 | - |
| YUV | 45.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 31 | 0.57 | 0 | 0.47 | 0.77 | 130.91 | 0.4 | 0.16 |
| Hex | 19 | 3A | 1F | 39 | 0 | 2F | 4D | 83 | 28 | 10 |
| Octal | 31 | 72 | 37 | 71 | 0 | 57 | 115 | 203 | 50 | 20 |
| Binary | 11001 | 111010 | 11111 | 111001 | 0 | 101111 | 1001101 | 10000011 | 101000 | 10000 |
Color Harmonies of #193A1F
Complementary color
Monochromatic Colors of #193A1F
Black with #193A1F
Text Example
Text Example
White with #193A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A1F; }
p { color: rgb(25,58,31); }
H1.HeaderClassName
{
color: #193A1F;
}
.AnyTagClassName
{
color: #193A1F;
}
</style>
background-color css
<style>
a { background-color: #193A1F; }
a { background-color: rgb(25,58,31); }
div.DivClassName
{
background-color: #193A1F;
}
.BgClassName
{
background-color: #193A1F;
}
</style>
border-color css
<style>
span { border-color: #193A1F; }
span { border-color: rgb(25,58,31); }
td.TdClassName
{
border-color: #193A1F;
}
.TagClassName
{
border-color: #193A1F;
}
</style>