Shades of Wood Bark #31251F
Tints of Wood Bark #31251F
RGB
CMYK
RGB Variations
Color information
#31251F (or 0x31251F) is known color: Wood Bark. HEX triplet: 31, 25 and 1F. RGB value is (49,37,31). Sum of RGB (Red+Green+Blue) = 49+37+31=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251F is #CEDAE0. Grayscale: #272727. Windows color (decimal): -13556449 or 2041137. OLE color: 2041137.
HSL color Cylindrical-coordinate representation of color #31251F: hue angle of 20º 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 #31251F is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 31 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.81 |
| HSL | 20º | 0.23% | 0.16% | - |
| HSV(B) | 20º | 0.37% | 0.19% | - |
| XYZ | 2.18 | 2.08 | 1.58 | - |
| YUV | 39.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 31 | 0 | 0.24 | 0.37 | 0.81 | 20 | 0.23 | 0.16 |
| Hex | 31 | 25 | 1F | 0 | 18 | 25 | 51 | 14 | 16 | 10 |
| Octal | 61 | 45 | 37 | 0 | 30 | 45 | 121 | 24 | 26 | 20 |
| Binary | 110001 | 100101 | 11111 | 0 | 11000 | 100101 | 1010001 | 10100 | 10110 | 10000 |
Color Harmonies of #31251F
Complementary color
Monochromatic Colors of #31251F
Black with #31251F
Text Example
Text Example
White with #31251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31251F; }
p { color: rgb(49,37,31); }
H1.HeaderClassName
{
color: #31251F;
}
.AnyTagClassName
{
color: #31251F;
}
</style>
background-color css
<style>
a { background-color: #31251F; }
a { background-color: rgb(49,37,31); }
div.DivClassName
{
background-color: #31251F;
}
.BgClassName
{
background-color: #31251F;
}
</style>
border-color css
<style>
span { border-color: #31251F; }
span { border-color: rgb(49,37,31); }
td.TdClassName
{
border-color: #31251F;
}
.TagClassName
{
border-color: #31251F;
}
</style>