Shades of Wood Bark #312B28
Tints of Wood Bark #312B28
RGB
CMYK
RGB Variations
Color information
#312B28 (or 0x312B28) is known color: Wood Bark. HEX triplet: 31, 2B and 28. RGB value is (49,43,40). Sum of RGB (Red+Green+Blue) = 49+43+40=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B28 is #CED4D7. Grayscale: #2C2C2C. Windows color (decimal): -13554904 or 2632497. OLE color: 2632497.
HSL color Cylindrical-coordinate representation of color #312B28: hue angle of 20º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312B28 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 40 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.81 |
| HSL | 20º | 0.1% | 0.17% | - |
| HSV(B) | 20º | 0.18% | 0.19% | - |
| XYZ | 2.51 | 2.53 | 2.36 | - |
| YUV | 44.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 40 | 0 | 0.12 | 0.18 | 0.81 | 20 | 0.1 | 0.17 |
| Hex | 31 | 2B | 28 | 0 | C | 12 | 51 | 14 | A | 11 |
| Octal | 61 | 53 | 50 | 0 | 14 | 22 | 121 | 24 | 12 | 21 |
| Binary | 110001 | 101011 | 101000 | 0 | 1100 | 10010 | 1010001 | 10100 | 1010 | 10001 |
Color Harmonies of #312B28
Complementary color
Monochromatic Colors of #312B28
Black with #312B28
Text Example
Text Example
White with #312B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B28; }
p { color: rgb(49,43,40); }
H1.HeaderClassName
{
color: #312B28;
}
.AnyTagClassName
{
color: #312B28;
}
</style>
background-color css
<style>
a { background-color: #312B28; }
a { background-color: rgb(49,43,40); }
div.DivClassName
{
background-color: #312B28;
}
.BgClassName
{
background-color: #312B28;
}
</style>
border-color css
<style>
span { border-color: #312B28; }
span { border-color: rgb(49,43,40); }
td.TdClassName
{
border-color: #312B28;
}
.TagClassName
{
border-color: #312B28;
}
</style>