Shades of Wood Bark #1E0D01
Tints of Wood Bark #1E0D01
RGB
CMYK
RGB Variations
Color information
#1E0D01 (or 0x1E0D01) is known color: Wood Bark. HEX triplet: 1E, 0D and 01. RGB value is (30,13,1). Sum of RGB (Red+Green+Blue) = 30+13+1=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D01 is #E1F2FE. Grayscale: #101010. Windows color (decimal): -14807807 or 68894. OLE color: 68894.
HSL color Cylindrical-coordinate representation of color #1E0D01: hue angle of 24.83º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0D01 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 1 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.88 |
| HSL | 24.83º | 0.94% | 0.06% | - |
| HSV(B) | 24.83º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 0.57 | 0.1 | - |
| YUV | 16.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 1 | 0 | 0.57 | 0.97 | 0.88 | 24.83 | 0.94 | 0.06 |
| Hex | 1E | D | 1 | 0 | 39 | 61 | 58 | 19 | 5E | 6 |
| Octal | 36 | 15 | 1 | 0 | 71 | 141 | 130 | 31 | 136 | 6 |
| Binary | 11110 | 1101 | 1 | 0 | 111001 | 1100001 | 1011000 | 11001 | 1011110 | 110 |
Color Harmonies of #1E0D01
Complementary color
Monochromatic Colors of #1E0D01
Black with #1E0D01
Text Example
Text Example
White with #1E0D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D01; }
p { color: rgb(30,13,1); }
H1.HeaderClassName
{
color: #1E0D01;
}
.AnyTagClassName
{
color: #1E0D01;
}
</style>
background-color css
<style>
a { background-color: #1E0D01; }
a { background-color: rgb(30,13,1); }
div.DivClassName
{
background-color: #1E0D01;
}
.BgClassName
{
background-color: #1E0D01;
}
</style>
border-color css
<style>
span { border-color: #1E0D01; }
span { border-color: rgb(30,13,1); }
td.TdClassName
{
border-color: #1E0D01;
}
.TagClassName
{
border-color: #1E0D01;
}
</style>