Shades of Wood Bark #2A1A14
Tints of Wood Bark #2A1A14
RGB
CMYK
RGB Variations
Color information
#2A1A14 (or 0x2A1A14) is known color: Wood Bark. HEX triplet: 2A, 1A and 14. RGB value is (42,26,20). Sum of RGB (Red+Green+Blue) = 42+26+20=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1A14 is #D5E5EB. Grayscale: #1E1E1E. Windows color (decimal): -14018028 or 1317418. OLE color: 1317418.
HSL color Cylindrical-coordinate representation of color #2A1A14: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A1A14 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 26 | 20 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.84 |
| HSL | 16.36º | 0.35% | 0.12% | - |
| HSV(B) | 16.36º | 0.52% | 0.16% | - |
| XYZ | 1.45 | 1.28 | 0.83 | - |
| YUV | 30.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 20 | 0 | 0.38 | 0.52 | 0.84 | 16.36 | 0.35 | 0.12 |
| Hex | 2A | 1A | 14 | 0 | 26 | 34 | 54 | 10 | 23 | C |
| Octal | 52 | 32 | 24 | 0 | 46 | 64 | 124 | 20 | 43 | 14 |
| Binary | 101010 | 11010 | 10100 | 0 | 100110 | 110100 | 1010100 | 10000 | 100011 | 1100 |
Color Harmonies of #2A1A14
Complementary color
Monochromatic Colors of #2A1A14
Black with #2A1A14
Text Example
Text Example
White with #2A1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A14; }
p { color: rgb(42,26,20); }
H1.HeaderClassName
{
color: #2A1A14;
}
.AnyTagClassName
{
color: #2A1A14;
}
</style>
background-color css
<style>
a { background-color: #2A1A14; }
a { background-color: rgb(42,26,20); }
div.DivClassName
{
background-color: #2A1A14;
}
.BgClassName
{
background-color: #2A1A14;
}
</style>
border-color css
<style>
span { border-color: #2A1A14; }
span { border-color: rgb(42,26,20); }
td.TdClassName
{
border-color: #2A1A14;
}
.TagClassName
{
border-color: #2A1A14;
}
</style>