Shades of Deep Fir #173F1F
Tints of Deep Fir #173F1F
RGB
CMYK
RGB Variations
Color information
#173F1F (or 0x173F1F) is known color: Deep Fir. HEX triplet: 17, 3F and 1F. RGB value is (23,63,31). Sum of RGB (Red+Green+Blue) = 23+63+31=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #173F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F1F is #E8C0E0. Grayscale: #2F2F2F. Windows color (decimal): -15253729 or 2047767. OLE color: 2047767.
HSL color Cylindrical-coordinate representation of color #173F1F: hue angle of 132º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173F1F is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 31 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.75 |
| HSL | 132º | 0.47% | 0.17% | - |
| HSV(B) | 132º | 0.63% | 0.25% | - |
| XYZ | 2.38 | 3.84 | 1.91 | - |
| YUV | 47.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 31 | 0.63 | 0 | 0.51 | 0.75 | 132 | 0.47 | 0.17 |
| Hex | 17 | 3F | 1F | 3F | 0 | 33 | 4B | 84 | 2F | 11 |
| Octal | 27 | 77 | 37 | 77 | 0 | 63 | 113 | 204 | 57 | 21 |
| Binary | 10111 | 111111 | 11111 | 111111 | 0 | 110011 | 1001011 | 10000100 | 101111 | 10001 |
Color Harmonies of #173F1F
Complementary color
Monochromatic Colors of #173F1F
Black with #173F1F
Text Example
Text Example
White with #173F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F1F; }
p { color: rgb(23,63,31); }
H1.HeaderClassName
{
color: #173F1F;
}
.AnyTagClassName
{
color: #173F1F;
}
</style>
background-color css
<style>
a { background-color: #173F1F; }
a { background-color: rgb(23,63,31); }
div.DivClassName
{
background-color: #173F1F;
}
.BgClassName
{
background-color: #173F1F;
}
</style>
border-color css
<style>
span { border-color: #173F1F; }
span { border-color: rgb(23,63,31); }
td.TdClassName
{
border-color: #173F1F;
}
.TagClassName
{
border-color: #173F1F;
}
</style>