Shades of Deep Fir #193223
Tints of Deep Fir #193223
RGB
CMYK
RGB Variations
Color information
#193223 (or 0x193223) is known color: Deep Fir. HEX triplet: 19, 32 and 23. RGB value is (25,50,35). Sum of RGB (Red+Green+Blue) = 25+50+35=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #193223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193223 is #E6CDDC. Grayscale: #282828. Windows color (decimal): -15125981 or 2306585. OLE color: 2306585.
HSL color Cylindrical-coordinate representation of color #193223: hue angle of 144º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193223 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 35 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.80 |
| HSL | 144º | 0.33% | 0.15% | - |
| HSV(B) | 144º | 0.5% | 0.2% | - |
| XYZ | 1.84 | 2.61 | 2 | - |
| YUV | 40.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 35 | 0.50 | 0 | 0.30 | 0.80 | 144 | 0.33 | 0.15 |
| Hex | 19 | 32 | 23 | 32 | 0 | 1E | 50 | 90 | 21 | F |
| Octal | 31 | 62 | 43 | 62 | 0 | 36 | 120 | 220 | 41 | 17 |
| Binary | 11001 | 110010 | 100011 | 110010 | 0 | 11110 | 1010000 | 10010000 | 100001 | 1111 |
Color Harmonies of #193223
Complementary color
Monochromatic Colors of #193223
Black with #193223
Text Example
Text Example
White with #193223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193223; }
p { color: rgb(25,50,35); }
H1.HeaderClassName
{
color: #193223;
}
.AnyTagClassName
{
color: #193223;
}
</style>
background-color css
<style>
a { background-color: #193223; }
a { background-color: rgb(25,50,35); }
div.DivClassName
{
background-color: #193223;
}
.BgClassName
{
background-color: #193223;
}
</style>
border-color css
<style>
span { border-color: #193223; }
span { border-color: rgb(25,50,35); }
td.TdClassName
{
border-color: #193223;
}
.TagClassName
{
border-color: #193223;
}
</style>