Shades of Wood Bark #2D190D
Tints of Wood Bark #2D190D
RGB
CMYK
RGB Variations
Color information
#2D190D (or 0x2D190D) is known color: Wood Bark. HEX triplet: 2D, 19 and 0D. RGB value is (45,25,13). Sum of RGB (Red+Green+Blue) = 45+25+13=83 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.22% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 45 - color contains mainly: red. Hex color #2D190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D190D is #D2E6F2. Grayscale: #1D1D1D. Windows color (decimal): -13821683 or 858413. OLE color: 858413.
HSL color Cylindrical-coordinate representation of color #2D190D: hue angle of 22.5º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D190D is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 13 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.82 |
| HSL | 22.5º | 0.55% | 0.11% | - |
| HSV(B) | 22.5º | 0.71% | 0.18% | - |
| XYZ | 1.5 | 1.28 | 0.55 | - |
| YUV | 29.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 13 | 0 | 0.44 | 0.71 | 0.82 | 22.5 | 0.55 | 0.11 |
| Hex | 2D | 19 | D | 0 | 2C | 47 | 52 | 16 | 37 | B |
| Octal | 55 | 31 | 15 | 0 | 54 | 107 | 122 | 26 | 67 | 13 |
| Binary | 101101 | 11001 | 1101 | 0 | 101100 | 1000111 | 1010010 | 10110 | 110111 | 1011 |
Color Harmonies of #2D190D
Complementary color
Monochromatic Colors of #2D190D
Black with #2D190D
Text Example
Text Example
White with #2D190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D190D; }
p { color: rgb(45,25,13); }
H1.HeaderClassName
{
color: #2D190D;
}
.AnyTagClassName
{
color: #2D190D;
}
</style>
background-color css
<style>
a { background-color: #2D190D; }
a { background-color: rgb(45,25,13); }
div.DivClassName
{
background-color: #2D190D;
}
.BgClassName
{
background-color: #2D190D;
}
</style>
border-color css
<style>
span { border-color: #2D190D; }
span { border-color: rgb(45,25,13); }
td.TdClassName
{
border-color: #2D190D;
}
.TagClassName
{
border-color: #2D190D;
}
</style>