Shades of Woodsmoke #2B312F
Tints of Woodsmoke #2B312F
RGB
CMYK
RGB Variations
Color information
#2B312F (or 0x2B312F) is known color: Woodsmoke. HEX triplet: 2B, 31 and 2F. RGB value is (43,49,47). Sum of RGB (Red+Green+Blue) = 43+49+47=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2B312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B312F is #D4CED0. Grayscale: #2E2E2E. Windows color (decimal): -13946577 or 3092779. OLE color: 3092779.
HSL color Cylindrical-coordinate representation of color #2B312F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B312F is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 47 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.81 |
| HSL | 160º | 0.07% | 0.18% | - |
| HSV(B) | 160º | 0.12% | 0.19% | - |
| XYZ | 2.61 | 2.92 | 3.11 | - |
| YUV | 46.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 47 | 0.12 | 0 | 0.04 | 0.81 | 160 | 0.07 | 0.18 |
| Hex | 2B | 31 | 2F | C | 0 | 4 | 51 | A0 | 7 | 12 |
| Octal | 53 | 61 | 57 | 14 | 0 | 4 | 121 | 240 | 7 | 22 |
| Binary | 101011 | 110001 | 101111 | 1100 | 0 | 100 | 1010001 | 10100000 | 111 | 10010 |
Color Harmonies of #2B312F
Complementary color
Monochromatic Colors of #2B312F
Black with #2B312F
Text Example
Text Example
White with #2B312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B312F; }
p { color: rgb(43,49,47); }
H1.HeaderClassName
{
color: #2B312F;
}
.AnyTagClassName
{
color: #2B312F;
}
</style>
background-color css
<style>
a { background-color: #2B312F; }
a { background-color: rgb(43,49,47); }
div.DivClassName
{
background-color: #2B312F;
}
.BgClassName
{
background-color: #2B312F;
}
</style>
border-color css
<style>
span { border-color: #2B312F; }
span { border-color: rgb(43,49,47); }
td.TdClassName
{
border-color: #2B312F;
}
.TagClassName
{
border-color: #2B312F;
}
</style>