Shades of Wood Bark #2C201A
Tints of Wood Bark #2C201A
RGB
CMYK
RGB Variations
Color information
#2C201A (or 0x2C201A) is known color: Wood Bark. HEX triplet: 2C, 20 and 1A. RGB value is (44,32,26). Sum of RGB (Red+Green+Blue) = 44+32+26=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 44 - color contains mainly: red. Hex color #2C201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C201A is #D3DFE5. Grayscale: #222222. Windows color (decimal): -13885414 or 1712172. OLE color: 1712172.
HSL color Cylindrical-coordinate representation of color #2C201A: hue angle of 20º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C201A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 32 | 26 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.83 |
| HSL | 20º | 0.26% | 0.14% | - |
| HSV(B) | 20º | 0.41% | 0.17% | - |
| XYZ | 1.74 | 1.64 | 1.2 | - |
| YUV | 34.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 26 | 0 | 0.27 | 0.41 | 0.83 | 20 | 0.26 | 0.14 |
| Hex | 2C | 20 | 1A | 0 | 1B | 29 | 53 | 14 | 1A | E |
| Octal | 54 | 40 | 32 | 0 | 33 | 51 | 123 | 24 | 32 | 16 |
| Binary | 101100 | 100000 | 11010 | 0 | 11011 | 101001 | 1010011 | 10100 | 11010 | 1110 |
Color Harmonies of #2C201A
Complementary color
Monochromatic Colors of #2C201A
Black with #2C201A
Text Example
Text Example
White with #2C201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C201A; }
p { color: rgb(44,32,26); }
H1.HeaderClassName
{
color: #2C201A;
}
.AnyTagClassName
{
color: #2C201A;
}
</style>
background-color css
<style>
a { background-color: #2C201A; }
a { background-color: rgb(44,32,26); }
div.DivClassName
{
background-color: #2C201A;
}
.BgClassName
{
background-color: #2C201A;
}
</style>
border-color css
<style>
span { border-color: #2C201A; }
span { border-color: rgb(44,32,26); }
td.TdClassName
{
border-color: #2C201A;
}
.TagClassName
{
border-color: #2C201A;
}
</style>