Shades of Wood Bark #31211D
Tints of Wood Bark #31211D
RGB
CMYK
RGB Variations
Color information
#31211D (or 0x31211D) is known color: Wood Bark. HEX triplet: 31, 21 and 1D. RGB value is (49,33,29). Sum of RGB (Red+Green+Blue) = 49+33+29=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31211D is #CEDEE2. Grayscale: #252525. Windows color (decimal): -13557475 or 1909041. OLE color: 1909041.
HSL color Cylindrical-coordinate representation of color #31211D: hue angle of 12º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31211D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 29 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.81 |
| HSL | 12º | 0.26% | 0.15% | - |
| HSV(B) | 12º | 0.41% | 0.19% | - |
| XYZ | 2.03 | 1.83 | 1.41 | - |
| YUV | 37.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 29 | 0 | 0.33 | 0.41 | 0.81 | 12 | 0.26 | 0.15 |
| Hex | 31 | 21 | 1D | 0 | 21 | 29 | 51 | C | 1A | F |
| Octal | 61 | 41 | 35 | 0 | 41 | 51 | 121 | 14 | 32 | 17 |
| Binary | 110001 | 100001 | 11101 | 0 | 100001 | 101001 | 1010001 | 1100 | 11010 | 1111 |
Color Harmonies of #31211D
Complementary color
Monochromatic Colors of #31211D
Black with #31211D
Text Example
Text Example
White with #31211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31211D; }
p { color: rgb(49,33,29); }
H1.HeaderClassName
{
color: #31211D;
}
.AnyTagClassName
{
color: #31211D;
}
</style>
background-color css
<style>
a { background-color: #31211D; }
a { background-color: rgb(49,33,29); }
div.DivClassName
{
background-color: #31211D;
}
.BgClassName
{
background-color: #31211D;
}
</style>
border-color css
<style>
span { border-color: #31211D; }
span { border-color: rgb(49,33,29); }
td.TdClassName
{
border-color: #31211D;
}
.TagClassName
{
border-color: #31211D;
}
</style>