Shades of Wood Bark #2F2119
Tints of Wood Bark #2F2119
RGB
CMYK
RGB Variations
Color information
#2F2119 (or 0x2F2119) is known color: Wood Bark. HEX triplet: 2F, 21 and 19. RGB value is (47,33,25). Sum of RGB (Red+Green+Blue) = 47+33+25=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2119 is #D0DEE6. Grayscale: #242424. Windows color (decimal): -13688551 or 1646895. OLE color: 1646895.
HSL color Cylindrical-coordinate representation of color #2F2119: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F2119 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 25 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.82 |
| HSL | 21.82º | 0.31% | 0.14% | - |
| HSV(B) | 21.82º | 0.47% | 0.18% | - |
| XYZ | 1.89 | 1.76 | 1.16 | - |
| YUV | 36.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 25 | 0 | 0.30 | 0.47 | 0.82 | 21.82 | 0.31 | 0.14 |
| Hex | 2F | 21 | 19 | 0 | 1E | 2F | 52 | 16 | 1F | E |
| Octal | 57 | 41 | 31 | 0 | 36 | 57 | 122 | 26 | 37 | 16 |
| Binary | 101111 | 100001 | 11001 | 0 | 11110 | 101111 | 1010010 | 10110 | 11111 | 1110 |
Color Harmonies of #2F2119
Complementary color
Monochromatic Colors of #2F2119
Black with #2F2119
Text Example
Text Example
White with #2F2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2119; }
p { color: rgb(47,33,25); }
H1.HeaderClassName
{
color: #2F2119;
}
.AnyTagClassName
{
color: #2F2119;
}
</style>
background-color css
<style>
a { background-color: #2F2119; }
a { background-color: rgb(47,33,25); }
div.DivClassName
{
background-color: #2F2119;
}
.BgClassName
{
background-color: #2F2119;
}
</style>
border-color css
<style>
span { border-color: #2F2119; }
span { border-color: rgb(47,33,25); }
td.TdClassName
{
border-color: #2F2119;
}
.TagClassName
{
border-color: #2F2119;
}
</style>