Shades of Wood Bark #2D211C
Tints of Wood Bark #2D211C
RGB
CMYK
RGB Variations
Color information
#2D211C (or 0x2D211C) is known color: Wood Bark. HEX triplet: 2D, 21 and 1C. RGB value is (45,33,28). Sum of RGB (Red+Green+Blue) = 45+33+28=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D211C is #D2DEE3. Grayscale: #242424. Windows color (decimal): -13819620 or 1843501. OLE color: 1843501.
HSL color Cylindrical-coordinate representation of color #2D211C: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D211C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 28 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.82 |
| HSL | 17.65º | 0.23% | 0.14% | - |
| HSV(B) | 17.65º | 0.38% | 0.18% | - |
| XYZ | 1.84 | 1.73 | 1.34 | - |
| YUV | 36.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 28 | 0 | 0.27 | 0.38 | 0.82 | 17.65 | 0.23 | 0.14 |
| Hex | 2D | 21 | 1C | 0 | 1B | 26 | 52 | 12 | 17 | E |
| Octal | 55 | 41 | 34 | 0 | 33 | 46 | 122 | 22 | 27 | 16 |
| Binary | 101101 | 100001 | 11100 | 0 | 11011 | 100110 | 1010010 | 10010 | 10111 | 1110 |
Color Harmonies of #2D211C
Complementary color
Monochromatic Colors of #2D211C
Black with #2D211C
Text Example
Text Example
White with #2D211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D211C; }
p { color: rgb(45,33,28); }
H1.HeaderClassName
{
color: #2D211C;
}
.AnyTagClassName
{
color: #2D211C;
}
</style>
background-color css
<style>
a { background-color: #2D211C; }
a { background-color: rgb(45,33,28); }
div.DivClassName
{
background-color: #2D211C;
}
.BgClassName
{
background-color: #2D211C;
}
</style>
border-color css
<style>
span { border-color: #2D211C; }
span { border-color: rgb(45,33,28); }
td.TdClassName
{
border-color: #2D211C;
}
.TagClassName
{
border-color: #2D211C;
}
</style>