Shades of Wood Bark #1A100B
Tints of Wood Bark #1A100B
RGB
CMYK
RGB Variations
Color information
#1A100B (or 0x1A100B) is known color: Wood Bark. HEX triplet: 1A, 10 and 0B. RGB value is (26,16,11). Sum of RGB (Red+Green+Blue) = 26+16+11=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A100B is #E5EFF4. Grayscale: #121212. Windows color (decimal): -15069173 or 725018. OLE color: 725018.
HSL color Cylindrical-coordinate representation of color #1A100B: hue angle of 20º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A100B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 11 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.90 |
| HSL | 20º | 0.41% | 0.07% | - |
| HSV(B) | 20º | 0.58% | 0.1% | - |
| XYZ | 0.67 | 0.61 | 0.4 | - |
| YUV | 18.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 11 | 0 | 0.38 | 0.58 | 0.90 | 20 | 0.41 | 0.07 |
| Hex | 1A | 10 | B | 0 | 26 | 3A | 5A | 14 | 29 | 7 |
| Octal | 32 | 20 | 13 | 0 | 46 | 72 | 132 | 24 | 51 | 7 |
| Binary | 11010 | 10000 | 1011 | 0 | 100110 | 111010 | 1011010 | 10100 | 101001 | 111 |
Color Harmonies of #1A100B
Complementary color
Monochromatic Colors of #1A100B
Black with #1A100B
Text Example
Text Example
White with #1A100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A100B; }
p { color: rgb(26,16,11); }
H1.HeaderClassName
{
color: #1A100B;
}
.AnyTagClassName
{
color: #1A100B;
}
</style>
background-color css
<style>
a { background-color: #1A100B; }
a { background-color: rgb(26,16,11); }
div.DivClassName
{
background-color: #1A100B;
}
.BgClassName
{
background-color: #1A100B;
}
</style>
border-color css
<style>
span { border-color: #1A100B; }
span { border-color: rgb(26,16,11); }
td.TdClassName
{
border-color: #1A100B;
}
.TagClassName
{
border-color: #1A100B;
}
</style>