Shades of Deep Fir #193925
Tints of Deep Fir #193925
RGB
CMYK
RGB Variations
Color information
#193925 (or 0x193925) is known color: Deep Fir. HEX triplet: 19, 39 and 25. RGB value is (25,57,37). Sum of RGB (Red+Green+Blue) = 25+57+37=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #193925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193925 is #E6C6DA. Grayscale: #2D2D2D. Windows color (decimal): -15124187 or 2439449. OLE color: 2439449.
HSL color Cylindrical-coordinate representation of color #193925: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193925 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 57 | 37 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.78 |
| HSL | 142.5º | 0.39% | 0.16% | - |
| HSV(B) | 142.5º | 0.56% | 0.22% | - |
| XYZ | 2.2 | 3.27 | 2.26 | - |
| YUV | 45.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 37 | 0.56 | 0 | 0.35 | 0.78 | 142.5 | 0.39 | 0.16 |
| Hex | 19 | 39 | 25 | 38 | 0 | 23 | 4E | 8E | 27 | 10 |
| Octal | 31 | 71 | 45 | 70 | 0 | 43 | 116 | 216 | 47 | 20 |
| Binary | 11001 | 111001 | 100101 | 111000 | 0 | 100011 | 1001110 | 10001110 | 100111 | 10000 |
Color Harmonies of #193925
Complementary color
Monochromatic Colors of #193925
Black with #193925
Text Example
Text Example
White with #193925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193925; }
p { color: rgb(25,57,37); }
H1.HeaderClassName
{
color: #193925;
}
.AnyTagClassName
{
color: #193925;
}
</style>
background-color css
<style>
a { background-color: #193925; }
a { background-color: rgb(25,57,37); }
div.DivClassName
{
background-color: #193925;
}
.BgClassName
{
background-color: #193925;
}
</style>
border-color css
<style>
span { border-color: #193925; }
span { border-color: rgb(25,57,37); }
td.TdClassName
{
border-color: #193925;
}
.TagClassName
{
border-color: #193925;
}
</style>