Shades of Wood Bark #2C1F17
Tints of Wood Bark #2C1F17
RGB
CMYK
RGB Variations
Color information
#2C1F17 (or 0x2C1F17) is known color: Wood Bark. HEX triplet: 2C, 1F and 17. RGB value is (44,31,23). Sum of RGB (Red+Green+Blue) = 44+31+23=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1F17 is #D3E0E8. Grayscale: #222222. Windows color (decimal): -13885673 or 1515308. OLE color: 1515308.
HSL color Cylindrical-coordinate representation of color #2C1F17: hue angle of 22.86º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C1F17 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 31 | 23 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.83 |
| HSL | 22.86º | 0.31% | 0.13% | - |
| HSV(B) | 22.86º | 0.48% | 0.17% | - |
| XYZ | 1.68 | 1.58 | 1.03 | - |
| YUV | 33.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 23 | 0 | 0.30 | 0.48 | 0.83 | 22.86 | 0.31 | 0.13 |
| Hex | 2C | 1F | 17 | 0 | 1E | 30 | 53 | 17 | 1F | D |
| Octal | 54 | 37 | 27 | 0 | 36 | 60 | 123 | 27 | 37 | 15 |
| Binary | 101100 | 11111 | 10111 | 0 | 11110 | 110000 | 1010011 | 10111 | 11111 | 1101 |
Color Harmonies of #2C1F17
Complementary color
Monochromatic Colors of #2C1F17
Black with #2C1F17
Text Example
Text Example
White with #2C1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1F17; }
p { color: rgb(44,31,23); }
H1.HeaderClassName
{
color: #2C1F17;
}
.AnyTagClassName
{
color: #2C1F17;
}
</style>
background-color css
<style>
a { background-color: #2C1F17; }
a { background-color: rgb(44,31,23); }
div.DivClassName
{
background-color: #2C1F17;
}
.BgClassName
{
background-color: #2C1F17;
}
</style>
border-color css
<style>
span { border-color: #2C1F17; }
span { border-color: rgb(44,31,23); }
td.TdClassName
{
border-color: #2C1F17;
}
.TagClassName
{
border-color: #2C1F17;
}
</style>