Shades of Wood Bark #2F1C13
Tints of Wood Bark #2F1C13
RGB
CMYK
RGB Variations
Color information
#2F1C13 (or 0x2F1C13) is known color: Wood Bark. HEX triplet: 2F, 1C and 13. RGB value is (47,28,19). Sum of RGB (Red+Green+Blue) = 47+28+19=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C13 is #D0E3EC. Grayscale: #202020. Windows color (decimal): -13689837 or 1252399. OLE color: 1252399.
HSL color Cylindrical-coordinate representation of color #2F1C13: hue angle of 19.29º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F1C13 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 28 | 19 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.82 |
| HSL | 19.29º | 0.42% | 0.13% | - |
| HSV(B) | 19.29º | 0.6% | 0.18% | - |
| XYZ | 1.71 | 1.48 | 0.81 | - |
| YUV | 32.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 19 | 0 | 0.40 | 0.60 | 0.82 | 19.29 | 0.42 | 0.13 |
| Hex | 2F | 1C | 13 | 0 | 28 | 3C | 52 | 13 | 2A | D |
| Octal | 57 | 34 | 23 | 0 | 50 | 74 | 122 | 23 | 52 | 15 |
| Binary | 101111 | 11100 | 10011 | 0 | 101000 | 111100 | 1010010 | 10011 | 101010 | 1101 |
Color Harmonies of #2F1C13
Complementary color
Monochromatic Colors of #2F1C13
Black with #2F1C13
Text Example
Text Example
White with #2F1C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C13; }
p { color: rgb(47,28,19); }
H1.HeaderClassName
{
color: #2F1C13;
}
.AnyTagClassName
{
color: #2F1C13;
}
</style>
background-color css
<style>
a { background-color: #2F1C13; }
a { background-color: rgb(47,28,19); }
div.DivClassName
{
background-color: #2F1C13;
}
.BgClassName
{
background-color: #2F1C13;
}
</style>
border-color css
<style>
span { border-color: #2F1C13; }
span { border-color: rgb(47,28,19); }
td.TdClassName
{
border-color: #2F1C13;
}
.TagClassName
{
border-color: #2F1C13;
}
</style>