Shades of Wood Bark #261F1D
Tints of Wood Bark #261F1D
RGB
CMYK
RGB Variations
Color information
#261F1D (or 0x261F1D) is known color: Wood Bark. HEX triplet: 26, 1F and 1D. RGB value is (38,31,29). Sum of RGB (Red+Green+Blue) = 38+31+29=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F1D is #D9E0E2. Grayscale: #202020. Windows color (decimal): -14278883 or 1908518. OLE color: 1908518.
HSL color Cylindrical-coordinate representation of color #261F1D: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261F1D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 29 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.85 |
| HSL | 13.33º | 0.13% | 0.13% | - |
| HSV(B) | 13.33º | 0.24% | 0.15% | - |
| XYZ | 1.51 | 1.48 | 1.37 | - |
| YUV | 32.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 29 | 0 | 0.18 | 0.24 | 0.85 | 13.33 | 0.13 | 0.13 |
| Hex | 26 | 1F | 1D | 0 | 12 | 18 | 55 | D | D | D |
| Octal | 46 | 37 | 35 | 0 | 22 | 30 | 125 | 15 | 15 | 15 |
| Binary | 100110 | 11111 | 11101 | 0 | 10010 | 11000 | 1010101 | 1101 | 1101 | 1101 |
Color Harmonies of #261F1D
Complementary color
Monochromatic Colors of #261F1D
Black with #261F1D
Text Example
Text Example
White with #261F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F1D; }
p { color: rgb(38,31,29); }
H1.HeaderClassName
{
color: #261F1D;
}
.AnyTagClassName
{
color: #261F1D;
}
</style>
background-color css
<style>
a { background-color: #261F1D; }
a { background-color: rgb(38,31,29); }
div.DivClassName
{
background-color: #261F1D;
}
.BgClassName
{
background-color: #261F1D;
}
</style>
border-color css
<style>
span { border-color: #261F1D; }
span { border-color: rgb(38,31,29); }
td.TdClassName
{
border-color: #261F1D;
}
.TagClassName
{
border-color: #261F1D;
}
</style>