Shades of Wood Bark #1E0D00
Tints of Wood Bark #1E0D00
RGB
CMYK
RGB Variations
Color information
#1E0D00 (or 0x1E0D00) is known color: Wood Bark. HEX triplet: 1E, 0D and 00. RGB value is (30,13,0). Sum of RGB (Red+Green+Blue) = 30+13+0=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D00 is #E1F2FF. Grayscale: #101010. Windows color (decimal): -14807808 or 3358. OLE color: 3358.
HSL color Cylindrical-coordinate representation of color #1E0D00: hue angle of 26º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.88 |
| HSL | 26º | 1% | 0.06% | - |
| HSV(B) | 26º | 1% | 0.12% | - |
| XYZ | 0.68 | 0.56 | 0.07 | - |
| YUV | 16.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 0 | 0 | 0.57 | 1 | 0.88 | 26 | 1 | 0.06 |
| Hex | 1E | D | 0 | 0 | 39 | 64 | 58 | 1A | 64 | 6 |
| Octal | 36 | 15 | 0 | 0 | 71 | 144 | 130 | 32 | 144 | 6 |
| Binary | 11110 | 1101 | 0 | 0 | 111001 | 1100100 | 1011000 | 11010 | 1100100 | 110 |
Color Harmonies of #1E0D00
Complementary color
Monochromatic Colors of #1E0D00
Black with #1E0D00
Text Example
Text Example
White with #1E0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D00; }
p { color: rgb(30,13,0); }
H1.HeaderClassName
{
color: #1E0D00;
}
.AnyTagClassName
{
color: #1E0D00;
}
</style>
background-color css
<style>
a { background-color: #1E0D00; }
a { background-color: rgb(30,13,0); }
div.DivClassName
{
background-color: #1E0D00;
}
.BgClassName
{
background-color: #1E0D00;
}
</style>
border-color css
<style>
span { border-color: #1E0D00; }
span { border-color: rgb(30,13,0); }
td.TdClassName
{
border-color: #1E0D00;
}
.TagClassName
{
border-color: #1E0D00;
}
</style>