Shades of Wood Bark #2A1D1A
Tints of Wood Bark #2A1D1A
RGB
CMYK
RGB Variations
Color information
#2A1D1A (or 0x2A1D1A) is known color: Wood Bark. HEX triplet: 2A, 1D and 1A. RGB value is (42,29,26). Sum of RGB (Red+Green+Blue) = 42+29+26=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1D1A is #D5E2E5. Grayscale: #202020. Windows color (decimal): -14017254 or 1711402. OLE color: 1711402.
HSL color Cylindrical-coordinate representation of color #2A1D1A: hue angle of 11.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A1D1A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 26 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.84 |
| HSL | 11.25º | 0.24% | 0.13% | - |
| HSV(B) | 11.25º | 0.38% | 0.16% | - |
| XYZ | 1.58 | 1.45 | 1.17 | - |
| YUV | 32.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 26 | 0 | 0.31 | 0.38 | 0.84 | 11.25 | 0.24 | 0.13 |
| Hex | 2A | 1D | 1A | 0 | 1F | 26 | 54 | B | 18 | D |
| Octal | 52 | 35 | 32 | 0 | 37 | 46 | 124 | 13 | 30 | 15 |
| Binary | 101010 | 11101 | 11010 | 0 | 11111 | 100110 | 1010100 | 1011 | 11000 | 1101 |
Color Harmonies of #2A1D1A
Complementary color
Monochromatic Colors of #2A1D1A
Black with #2A1D1A
Text Example
Text Example
White with #2A1D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D1A; }
p { color: rgb(42,29,26); }
H1.HeaderClassName
{
color: #2A1D1A;
}
.AnyTagClassName
{
color: #2A1D1A;
}
</style>
background-color css
<style>
a { background-color: #2A1D1A; }
a { background-color: rgb(42,29,26); }
div.DivClassName
{
background-color: #2A1D1A;
}
.BgClassName
{
background-color: #2A1D1A;
}
</style>
border-color css
<style>
span { border-color: #2A1D1A; }
span { border-color: rgb(42,29,26); }
td.TdClassName
{
border-color: #2A1D1A;
}
.TagClassName
{
border-color: #2A1D1A;
}
</style>