Shades of Wood Bark #1A1310
Tints of Wood Bark #1A1310
RGB
CMYK
RGB Variations
Color information
#1A1310 (or 0x1A1310) is known color: Wood Bark. HEX triplet: 1A, 13 and 10. RGB value is (26,19,16). Sum of RGB (Red+Green+Blue) = 26+19+16=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1310 is #E5ECEF. Grayscale: #141414. Windows color (decimal): -15068400 or 1053466. OLE color: 1053466.
HSL color Cylindrical-coordinate representation of color #1A1310: hue angle of 18º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1310 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 19 | 16 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.90 |
| HSL | 18º | 0.24% | 0.08% | - |
| HSV(B) | 18º | 0.38% | 0.1% | - |
| XYZ | 0.75 | 0.72 | 0.59 | - |
| YUV | 20.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 16 | 0 | 0.27 | 0.38 | 0.90 | 18 | 0.24 | 0.08 |
| Hex | 1A | 13 | 10 | 0 | 1B | 26 | 5A | 12 | 18 | 8 |
| Octal | 32 | 23 | 20 | 0 | 33 | 46 | 132 | 22 | 30 | 10 |
| Binary | 11010 | 10011 | 10000 | 0 | 11011 | 100110 | 1011010 | 10010 | 11000 | 1000 |
Color Harmonies of #1A1310
Complementary color
Monochromatic Colors of #1A1310
Black with #1A1310
Text Example
Text Example
White with #1A1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1310; }
p { color: rgb(26,19,16); }
H1.HeaderClassName
{
color: #1A1310;
}
.AnyTagClassName
{
color: #1A1310;
}
</style>
background-color css
<style>
a { background-color: #1A1310; }
a { background-color: rgb(26,19,16); }
div.DivClassName
{
background-color: #1A1310;
}
.BgClassName
{
background-color: #1A1310;
}
</style>
border-color css
<style>
span { border-color: #1A1310; }
span { border-color: rgb(26,19,16); }
td.TdClassName
{
border-color: #1A1310;
}
.TagClassName
{
border-color: #1A1310;
}
</style>