Shades of Wood Bark #2A1C15
Tints of Wood Bark #2A1C15
RGB
CMYK
RGB Variations
Color information
#2A1C15 (or 0x2A1C15) is known color: Wood Bark. HEX triplet: 2A, 1C and 15. RGB value is (42,28,21). Sum of RGB (Red+Green+Blue) = 42+28+21=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1C15 is #D5E3EA. Grayscale: #1F1F1F. Windows color (decimal): -14017515 or 1383466. OLE color: 1383466.
HSL color Cylindrical-coordinate representation of color #2A1C15: hue angle of 20º 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 #2A1C15 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 28 | 21 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.84 |
| HSL | 20º | 0.33% | 0.12% | - |
| HSV(B) | 20º | 0.5% | 0.16% | - |
| XYZ | 1.51 | 1.38 | 0.9 | - |
| YUV | 31.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 21 | 0 | 0.33 | 0.50 | 0.84 | 20 | 0.33 | 0.12 |
| Hex | 2A | 1C | 15 | 0 | 21 | 32 | 54 | 14 | 21 | C |
| Octal | 52 | 34 | 25 | 0 | 41 | 62 | 124 | 24 | 41 | 14 |
| Binary | 101010 | 11100 | 10101 | 0 | 100001 | 110010 | 1010100 | 10100 | 100001 | 1100 |
Color Harmonies of #2A1C15
Complementary color
Monochromatic Colors of #2A1C15
Black with #2A1C15
Text Example
Text Example
White with #2A1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C15; }
p { color: rgb(42,28,21); }
H1.HeaderClassName
{
color: #2A1C15;
}
.AnyTagClassName
{
color: #2A1C15;
}
</style>
background-color css
<style>
a { background-color: #2A1C15; }
a { background-color: rgb(42,28,21); }
div.DivClassName
{
background-color: #2A1C15;
}
.BgClassName
{
background-color: #2A1C15;
}
</style>
border-color css
<style>
span { border-color: #2A1C15; }
span { border-color: rgb(42,28,21); }
td.TdClassName
{
border-color: #2A1C15;
}
.TagClassName
{
border-color: #2A1C15;
}
</style>