Shades of Deep Fir #17321F
Tints of Deep Fir #17321F
RGB
CMYK
RGB Variations
Color information
#17321F (or 0x17321F) is known color: Deep Fir. HEX triplet: 17, 32 and 1F. RGB value is (23,50,31). Sum of RGB (Red+Green+Blue) = 23+50+31=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #17321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17321F is #E8CDE0. Grayscale: #272727. Windows color (decimal): -15257057 or 2044439. OLE color: 2044439.
HSL color Cylindrical-coordinate representation of color #17321F: hue angle of 137.78º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #17321F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 50 | 31 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.80 |
| HSL | 137.78º | 0.37% | 0.14% | - |
| HSV(B) | 137.78º | 0.54% | 0.2% | - |
| XYZ | 1.74 | 2.56 | 1.7 | - |
| YUV | 39.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 31 | 0.54 | 0 | 0.38 | 0.80 | 137.78 | 0.37 | 0.14 |
| Hex | 17 | 32 | 1F | 36 | 0 | 26 | 50 | 8A | 25 | E |
| Octal | 27 | 62 | 37 | 66 | 0 | 46 | 120 | 212 | 45 | 16 |
| Binary | 10111 | 110010 | 11111 | 110110 | 0 | 100110 | 1010000 | 10001010 | 100101 | 1110 |
Color Harmonies of #17321F
Complementary color
Monochromatic Colors of #17321F
Black with #17321F
Text Example
Text Example
White with #17321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17321F; }
p { color: rgb(23,50,31); }
H1.HeaderClassName
{
color: #17321F;
}
.AnyTagClassName
{
color: #17321F;
}
</style>
background-color css
<style>
a { background-color: #17321F; }
a { background-color: rgb(23,50,31); }
div.DivClassName
{
background-color: #17321F;
}
.BgClassName
{
background-color: #17321F;
}
</style>
border-color css
<style>
span { border-color: #17321F; }
span { border-color: rgb(23,50,31); }
td.TdClassName
{
border-color: #17321F;
}
.TagClassName
{
border-color: #17321F;
}
</style>