Shades of Wood Bark #31261F
Tints of Wood Bark #31261F
RGB
CMYK
RGB Variations
Color information
#31261F (or 0x31261F) is known color: Wood Bark. HEX triplet: 31, 26 and 1F. RGB value is (49,38,31). Sum of RGB (Red+Green+Blue) = 49+38+31=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31261F is #CED9E0. Grayscale: #282828. Windows color (decimal): -13556193 or 2041393. OLE color: 2041393.
HSL color Cylindrical-coordinate representation of color #31261F: hue angle of 23.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31261F is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 38 | 31 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.81 |
| HSL | 23.33º | 0.23% | 0.16% | - |
| HSV(B) | 23.33º | 0.37% | 0.19% | - |
| XYZ | 2.21 | 2.14 | 1.59 | - |
| YUV | 40.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 31 | 0 | 0.22 | 0.37 | 0.81 | 23.33 | 0.23 | 0.16 |
| Hex | 31 | 26 | 1F | 0 | 16 | 25 | 51 | 17 | 16 | 10 |
| Octal | 61 | 46 | 37 | 0 | 26 | 45 | 121 | 27 | 26 | 20 |
| Binary | 110001 | 100110 | 11111 | 0 | 10110 | 100101 | 1010001 | 10111 | 10110 | 10000 |
Color Harmonies of #31261F
Complementary color
Monochromatic Colors of #31261F
Black with #31261F
Text Example
Text Example
White with #31261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31261F; }
p { color: rgb(49,38,31); }
H1.HeaderClassName
{
color: #31261F;
}
.AnyTagClassName
{
color: #31261F;
}
</style>
background-color css
<style>
a { background-color: #31261F; }
a { background-color: rgb(49,38,31); }
div.DivClassName
{
background-color: #31261F;
}
.BgClassName
{
background-color: #31261F;
}
</style>
border-color css
<style>
span { border-color: #31261F; }
span { border-color: rgb(49,38,31); }
td.TdClassName
{
border-color: #31261F;
}
.TagClassName
{
border-color: #31261F;
}
</style>