Shades of Wood Bark #1A0D03
Tints of Wood Bark #1A0D03
RGB
CMYK
RGB Variations
Color information
#1A0D03 (or 0x1A0D03) is known color: Wood Bark. HEX triplet: 1A, 0D and 03. RGB value is (26,13,3). Sum of RGB (Red+Green+Blue) = 26+13+3=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D03 is #E5F2FC. Grayscale: #0F0F0F. Windows color (decimal): -15069949 or 199962. OLE color: 199962.
HSL color Cylindrical-coordinate representation of color #1A0D03: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0D03 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 3 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.90 |
| HSL | 26.09º | 0.79% | 0.06% | - |
| HSV(B) | 26.09º | 0.88% | 0.1% | - |
| XYZ | 0.59 | 0.51 | 0.15 | - |
| YUV | 15.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 3 | 0 | 0.5 | 0.88 | 0.90 | 26.09 | 0.79 | 0.06 |
| Hex | 1A | D | 3 | 0 | 32 | 58 | 5A | 1A | 4F | 6 |
| Octal | 32 | 15 | 3 | 0 | 62 | 130 | 132 | 32 | 117 | 6 |
| Binary | 11010 | 1101 | 11 | 0 | 110010 | 1011000 | 1011010 | 11010 | 1001111 | 110 |
Color Harmonies of #1A0D03
Complementary color
Monochromatic Colors of #1A0D03
Black with #1A0D03
Text Example
Text Example
White with #1A0D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D03; }
p { color: rgb(26,13,3); }
H1.HeaderClassName
{
color: #1A0D03;
}
.AnyTagClassName
{
color: #1A0D03;
}
</style>
background-color css
<style>
a { background-color: #1A0D03; }
a { background-color: rgb(26,13,3); }
div.DivClassName
{
background-color: #1A0D03;
}
.BgClassName
{
background-color: #1A0D03;
}
</style>
border-color css
<style>
span { border-color: #1A0D03; }
span { border-color: rgb(26,13,3); }
td.TdClassName
{
border-color: #1A0D03;
}
.TagClassName
{
border-color: #1A0D03;
}
</style>