Shades of Wood Bark #261F1C
Tints of Wood Bark #261F1C
RGB
CMYK
RGB Variations
Color information
#261F1C (or 0x261F1C) is known color: Wood Bark. HEX triplet: 26, 1F and 1C. RGB value is (38,31,28). Sum of RGB (Red+Green+Blue) = 38+31+28=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F1C is #D9E0E3. Grayscale: #202020. Windows color (decimal): -14278884 or 1842982. OLE color: 1842982.
HSL color Cylindrical-coordinate representation of color #261F1C: hue angle of 18º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261F1C is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 28 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.85 |
| HSL | 18º | 0.15% | 0.13% | - |
| HSV(B) | 18º | 0.26% | 0.15% | - |
| XYZ | 1.5 | 1.48 | 1.3 | - |
| YUV | 32.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 28 | 0 | 0.18 | 0.26 | 0.85 | 18 | 0.15 | 0.13 |
| Hex | 26 | 1F | 1C | 0 | 12 | 1A | 55 | 12 | F | D |
| Octal | 46 | 37 | 34 | 0 | 22 | 32 | 125 | 22 | 17 | 15 |
| Binary | 100110 | 11111 | 11100 | 0 | 10010 | 11010 | 1010101 | 10010 | 1111 | 1101 |
Color Harmonies of #261F1C
Complementary color
Monochromatic Colors of #261F1C
Black with #261F1C
Text Example
Text Example
White with #261F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F1C; }
p { color: rgb(38,31,28); }
H1.HeaderClassName
{
color: #261F1C;
}
.AnyTagClassName
{
color: #261F1C;
}
</style>
background-color css
<style>
a { background-color: #261F1C; }
a { background-color: rgb(38,31,28); }
div.DivClassName
{
background-color: #261F1C;
}
.BgClassName
{
background-color: #261F1C;
}
</style>
border-color css
<style>
span { border-color: #261F1C; }
span { border-color: rgb(38,31,28); }
td.TdClassName
{
border-color: #261F1C;
}
.TagClassName
{
border-color: #261F1C;
}
</style>