Shades of Wood Bark #2C1E15
Tints of Wood Bark #2C1E15
RGB
CMYK
RGB Variations
Color information
#2C1E15 (or 0x2C1E15) is known color: Wood Bark. HEX triplet: 2C, 1E and 15. RGB value is (44,30,21). Sum of RGB (Red+Green+Blue) = 44+30+21=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1E15 is #D3E1EA. Grayscale: #212121. Windows color (decimal): -13885931 or 1383980. OLE color: 1383980.
HSL color Cylindrical-coordinate representation of color #2C1E15: hue angle of 23.48º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C1E15 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 30 | 21 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.83 |
| HSL | 23.48º | 0.35% | 0.13% | - |
| HSV(B) | 23.48º | 0.52% | 0.17% | - |
| XYZ | 1.64 | 1.52 | 0.92 | - |
| YUV | 33.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 21 | 0 | 0.32 | 0.52 | 0.83 | 23.48 | 0.35 | 0.13 |
| Hex | 2C | 1E | 15 | 0 | 20 | 34 | 53 | 17 | 23 | D |
| Octal | 54 | 36 | 25 | 0 | 40 | 64 | 123 | 27 | 43 | 15 |
| Binary | 101100 | 11110 | 10101 | 0 | 100000 | 110100 | 1010011 | 10111 | 100011 | 1101 |
Color Harmonies of #2C1E15
Complementary color
Monochromatic Colors of #2C1E15
Black with #2C1E15
Text Example
Text Example
White with #2C1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1E15; }
p { color: rgb(44,30,21); }
H1.HeaderClassName
{
color: #2C1E15;
}
.AnyTagClassName
{
color: #2C1E15;
}
</style>
background-color css
<style>
a { background-color: #2C1E15; }
a { background-color: rgb(44,30,21); }
div.DivClassName
{
background-color: #2C1E15;
}
.BgClassName
{
background-color: #2C1E15;
}
</style>
border-color css
<style>
span { border-color: #2C1E15; }
span { border-color: rgb(44,30,21); }
td.TdClassName
{
border-color: #2C1E15;
}
.TagClassName
{
border-color: #2C1E15;
}
</style>