Shades of Deep Fir #17311F
Tints of Deep Fir #17311F
RGB
CMYK
RGB Variations
Color information
#17311F (or 0x17311F) is known color: Deep Fir. HEX triplet: 17, 31 and 1F. RGB value is (23,49,31). Sum of RGB (Red+Green+Blue) = 23+49+31=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #17311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17311F is #E8CEE0. Grayscale: #272727. Windows color (decimal): -15257313 or 2044183. OLE color: 2044183.
HSL color Cylindrical-coordinate representation of color #17311F: hue angle of 138.46º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17311F is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 31 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.81 |
| HSL | 138.46º | 0.36% | 0.14% | - |
| HSV(B) | 138.46º | 0.53% | 0.19% | - |
| XYZ | 1.7 | 2.48 | 1.69 | - |
| YUV | 39.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 31 | 0.53 | 0 | 0.37 | 0.81 | 138.46 | 0.36 | 0.14 |
| Hex | 17 | 31 | 1F | 35 | 0 | 25 | 51 | 8A | 24 | E |
| Octal | 27 | 61 | 37 | 65 | 0 | 45 | 121 | 212 | 44 | 16 |
| Binary | 10111 | 110001 | 11111 | 110101 | 0 | 100101 | 1010001 | 10001010 | 100100 | 1110 |
Color Harmonies of #17311F
Complementary color
Monochromatic Colors of #17311F
Black with #17311F
Text Example
Text Example
White with #17311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17311F; }
p { color: rgb(23,49,31); }
H1.HeaderClassName
{
color: #17311F;
}
.AnyTagClassName
{
color: #17311F;
}
</style>
background-color css
<style>
a { background-color: #17311F; }
a { background-color: rgb(23,49,31); }
div.DivClassName
{
background-color: #17311F;
}
.BgClassName
{
background-color: #17311F;
}
</style>
border-color css
<style>
span { border-color: #17311F; }
span { border-color: rgb(23,49,31); }
td.TdClassName
{
border-color: #17311F;
}
.TagClassName
{
border-color: #17311F;
}
</style>