Shades of Wood Bark #2A1D15
Tints of Wood Bark #2A1D15
RGB
CMYK
RGB Variations
Color information
#2A1D15 (or 0x2A1D15) is known color: Wood Bark. HEX triplet: 2A, 1D and 15. RGB value is (42,29,21). Sum of RGB (Red+Green+Blue) = 42+29+21=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1D15 is #D5E2EA. Grayscale: #202020. Windows color (decimal): -14017259 or 1383722. OLE color: 1383722.
HSL color Cylindrical-coordinate representation of color #2A1D15: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1D15 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 21 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.84 |
| HSL | 22.86º | 0.33% | 0.12% | - |
| HSV(B) | 22.86º | 0.5% | 0.16% | - |
| XYZ | 1.53 | 1.43 | 0.9 | - |
| YUV | 31.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 21 | 0 | 0.31 | 0.50 | 0.84 | 22.86 | 0.33 | 0.12 |
| Hex | 2A | 1D | 15 | 0 | 1F | 32 | 54 | 17 | 21 | C |
| Octal | 52 | 35 | 25 | 0 | 37 | 62 | 124 | 27 | 41 | 14 |
| Binary | 101010 | 11101 | 10101 | 0 | 11111 | 110010 | 1010100 | 10111 | 100001 | 1100 |
Color Harmonies of #2A1D15
Complementary color
Monochromatic Colors of #2A1D15
Black with #2A1D15
Text Example
Text Example
White with #2A1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D15; }
p { color: rgb(42,29,21); }
H1.HeaderClassName
{
color: #2A1D15;
}
.AnyTagClassName
{
color: #2A1D15;
}
</style>
background-color css
<style>
a { background-color: #2A1D15; }
a { background-color: rgb(42,29,21); }
div.DivClassName
{
background-color: #2A1D15;
}
.BgClassName
{
background-color: #2A1D15;
}
</style>
border-color css
<style>
span { border-color: #2A1D15; }
span { border-color: rgb(42,29,21); }
td.TdClassName
{
border-color: #2A1D15;
}
.TagClassName
{
border-color: #2A1D15;
}
</style>