Shades of Wood Bark #31231F
Tints of Wood Bark #31231F
RGB
CMYK
RGB Variations
Color information
#31231F (or 0x31231F) is known color: Wood Bark. HEX triplet: 31, 23 and 1F. RGB value is (49,35,31). Sum of RGB (Red+Green+Blue) = 49+35+31=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231F is #CEDCE0. Grayscale: #262626. Windows color (decimal): -13556961 or 2040625. OLE color: 2040625.
HSL color Cylindrical-coordinate representation of color #31231F: hue angle of 13.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 #31231F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 31 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.81 |
| HSL | 13.33º | 0.23% | 0.16% | - |
| HSV(B) | 13.33º | 0.37% | 0.19% | - |
| XYZ | 2.11 | 1.95 | 1.56 | - |
| YUV | 38.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 31 | 0 | 0.29 | 0.37 | 0.81 | 13.33 | 0.23 | 0.16 |
| Hex | 31 | 23 | 1F | 0 | 1D | 25 | 51 | D | 16 | 10 |
| Octal | 61 | 43 | 37 | 0 | 35 | 45 | 121 | 15 | 26 | 20 |
| Binary | 110001 | 100011 | 11111 | 0 | 11101 | 100101 | 1010001 | 1101 | 10110 | 10000 |
Color Harmonies of #31231F
Complementary color
Monochromatic Colors of #31231F
Black with #31231F
Text Example
Text Example
White with #31231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31231F; }
p { color: rgb(49,35,31); }
H1.HeaderClassName
{
color: #31231F;
}
.AnyTagClassName
{
color: #31231F;
}
</style>
background-color css
<style>
a { background-color: #31231F; }
a { background-color: rgb(49,35,31); }
div.DivClassName
{
background-color: #31231F;
}
.BgClassName
{
background-color: #31231F;
}
</style>
border-color css
<style>
span { border-color: #31231F; }
span { border-color: rgb(49,35,31); }
td.TdClassName
{
border-color: #31231F;
}
.TagClassName
{
border-color: #31231F;
}
</style>