Shades of Deep Fir #193423
Tints of Deep Fir #193423
RGB
CMYK
RGB Variations
Color information
#193423 (or 0x193423) is known color: Deep Fir. HEX triplet: 19, 34 and 23. RGB value is (25,52,35). Sum of RGB (Red+Green+Blue) = 25+52+35=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #193423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193423 is #E6CBDC. Grayscale: #2A2A2A. Windows color (decimal): -15125469 or 2307097. OLE color: 2307097.
HSL color Cylindrical-coordinate representation of color #193423: hue angle of 142.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193423 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 35 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.80 |
| HSL | 142.22º | 0.35% | 0.15% | - |
| HSV(B) | 142.22º | 0.52% | 0.2% | - |
| XYZ | 1.93 | 2.78 | 2.03 | - |
| YUV | 41.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 35 | 0.52 | 0 | 0.33 | 0.80 | 142.22 | 0.35 | 0.15 |
| Hex | 19 | 34 | 23 | 34 | 0 | 21 | 50 | 8E | 23 | F |
| Octal | 31 | 64 | 43 | 64 | 0 | 41 | 120 | 216 | 43 | 17 |
| Binary | 11001 | 110100 | 100011 | 110100 | 0 | 100001 | 1010000 | 10001110 | 100011 | 1111 |
Color Harmonies of #193423
Complementary color
Monochromatic Colors of #193423
Black with #193423
Text Example
Text Example
White with #193423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193423; }
p { color: rgb(25,52,35); }
H1.HeaderClassName
{
color: #193423;
}
.AnyTagClassName
{
color: #193423;
}
</style>
background-color css
<style>
a { background-color: #193423; }
a { background-color: rgb(25,52,35); }
div.DivClassName
{
background-color: #193423;
}
.BgClassName
{
background-color: #193423;
}
</style>
border-color css
<style>
span { border-color: #193423; }
span { border-color: rgb(25,52,35); }
td.TdClassName
{
border-color: #193423;
}
.TagClassName
{
border-color: #193423;
}
</style>