Shades of Wood Bark #2C1913
Tints of Wood Bark #2C1913
RGB
CMYK
RGB Variations
Color information
#2C1913 (or 0x2C1913) is known color: Wood Bark. HEX triplet: 2C, 19 and 13. RGB value is (44,25,19). Sum of RGB (Red+Green+Blue) = 44+25+19=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1913 is #D3E6EC. Grayscale: #1E1E1E. Windows color (decimal): -13887213 or 1251628. OLE color: 1251628.
HSL color Cylindrical-coordinate representation of color #2C1913: hue angle of 14.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1913 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 25 | 19 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.83 |
| HSL | 14.4º | 0.4% | 0.12% | - |
| HSV(B) | 14.4º | 0.57% | 0.17% | - |
| XYZ | 1.5 | 1.28 | 0.78 | - |
| YUV | 30 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 19 | 0 | 0.43 | 0.57 | 0.83 | 14.4 | 0.4 | 0.12 |
| Hex | 2C | 19 | 13 | 0 | 2B | 39 | 53 | E | 28 | C |
| Octal | 54 | 31 | 23 | 0 | 53 | 71 | 123 | 16 | 50 | 14 |
| Binary | 101100 | 11001 | 10011 | 0 | 101011 | 111001 | 1010011 | 1110 | 101000 | 1100 |
Color Harmonies of #2C1913
Complementary color
Monochromatic Colors of #2C1913
Black with #2C1913
Text Example
Text Example
White with #2C1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1913; }
p { color: rgb(44,25,19); }
H1.HeaderClassName
{
color: #2C1913;
}
.AnyTagClassName
{
color: #2C1913;
}
</style>
background-color css
<style>
a { background-color: #2C1913; }
a { background-color: rgb(44,25,19); }
div.DivClassName
{
background-color: #2C1913;
}
.BgClassName
{
background-color: #2C1913;
}
</style>
border-color css
<style>
span { border-color: #2C1913; }
span { border-color: rgb(44,25,19); }
td.TdClassName
{
border-color: #2C1913;
}
.TagClassName
{
border-color: #2C1913;
}
</style>