Shades of Deep Fir #193723
Tints of Deep Fir #193723
RGB
CMYK
RGB Variations
Color information
#193723 (or 0x193723) is known color: Deep Fir. HEX triplet: 19, 37 and 23. RGB value is (25,55,35). Sum of RGB (Red+Green+Blue) = 25+55+35=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #193723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193723 is #E6C8DC. Grayscale: #2B2B2B. Windows color (decimal): -15124701 or 2307865. OLE color: 2307865.
HSL color Cylindrical-coordinate representation of color #193723: hue angle of 140º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193723 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 35 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.78 |
| HSL | 140º | 0.38% | 0.16% | - |
| HSV(B) | 140º | 0.55% | 0.22% | - |
| XYZ | 2.07 | 3.06 | 2.07 | - |
| YUV | 43.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 35 | 0.55 | 0 | 0.36 | 0.78 | 140 | 0.38 | 0.16 |
| Hex | 19 | 37 | 23 | 37 | 0 | 24 | 4E | 8C | 26 | 10 |
| Octal | 31 | 67 | 43 | 67 | 0 | 44 | 116 | 214 | 46 | 20 |
| Binary | 11001 | 110111 | 100011 | 110111 | 0 | 100100 | 1001110 | 10001100 | 100110 | 10000 |
Color Harmonies of #193723
Complementary color
Monochromatic Colors of #193723
Black with #193723
Text Example
Text Example
White with #193723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193723; }
p { color: rgb(25,55,35); }
H1.HeaderClassName
{
color: #193723;
}
.AnyTagClassName
{
color: #193723;
}
</style>
background-color css
<style>
a { background-color: #193723; }
a { background-color: rgb(25,55,35); }
div.DivClassName
{
background-color: #193723;
}
.BgClassName
{
background-color: #193723;
}
</style>
border-color css
<style>
span { border-color: #193723; }
span { border-color: rgb(25,55,35); }
td.TdClassName
{
border-color: #193723;
}
.TagClassName
{
border-color: #193723;
}
</style>