Shades of Wood Bark #312017
Tints of Wood Bark #312017
RGB
CMYK
RGB Variations
Color information
#312017 (or 0x312017) is known color: Wood Bark. HEX triplet: 31, 20 and 17. RGB value is (49,32,23). Sum of RGB (Red+Green+Blue) = 49+32+23=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312017 is #CEDFE8. Grayscale: #242424. Windows color (decimal): -13557737 or 1515569. OLE color: 1515569.
HSL color Cylindrical-coordinate representation of color #312017: hue angle of 20.77º 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 #312017 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 23 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.81 |
| HSL | 20.77º | 0.36% | 0.14% | - |
| HSV(B) | 20.77º | 0.53% | 0.19% | - |
| XYZ | 1.94 | 1.75 | 1.05 | - |
| YUV | 36.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 23 | 0 | 0.35 | 0.53 | 0.81 | 20.77 | 0.36 | 0.14 |
| Hex | 31 | 20 | 17 | 0 | 23 | 35 | 51 | 15 | 24 | E |
| Octal | 61 | 40 | 27 | 0 | 43 | 65 | 121 | 25 | 44 | 16 |
| Binary | 110001 | 100000 | 10111 | 0 | 100011 | 110101 | 1010001 | 10101 | 100100 | 1110 |
Color Harmonies of #312017
Complementary color
Monochromatic Colors of #312017
Black with #312017
Text Example
Text Example
White with #312017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312017; }
p { color: rgb(49,32,23); }
H1.HeaderClassName
{
color: #312017;
}
.AnyTagClassName
{
color: #312017;
}
</style>
background-color css
<style>
a { background-color: #312017; }
a { background-color: rgb(49,32,23); }
div.DivClassName
{
background-color: #312017;
}
.BgClassName
{
background-color: #312017;
}
</style>
border-color css
<style>
span { border-color: #312017; }
span { border-color: rgb(49,32,23); }
td.TdClassName
{
border-color: #312017;
}
.TagClassName
{
border-color: #312017;
}
</style>