Shades of Wood Bark #1B0C00
Tints of Wood Bark #1B0C00
RGB
CMYK
RGB Variations
Color information
#1B0C00 (or 0x1B0C00) is known color: Wood Bark. HEX triplet: 1B, 0C and 00. RGB value is (27,12,0). Sum of RGB (Red+Green+Blue) = 27+12+0=39 (5% of max value = 765). Red value is 27 (10.94% from 255 or 69.23% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C00 is #E4F3FF. Grayscale: #0F0F0F. Windows color (decimal): -15004672 or 3099. OLE color: 3099.
HSL color Cylindrical-coordinate representation of color #1B0C00: hue angle of 26.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.89 |
| HSL | 26.67º | 1% | 0.05% | - |
| HSV(B) | 26.67º | 1% | 0.11% | - |
| XYZ | 0.58 | 0.5 | 0.06 | - |
| YUV | 15.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 0 | 0 | 0.56 | 1 | 0.89 | 26.67 | 1 | 0.05 |
| Hex | 1B | C | 0 | 0 | 38 | 64 | 59 | 1B | 64 | 5 |
| Octal | 33 | 14 | 0 | 0 | 70 | 144 | 131 | 33 | 144 | 5 |
| Binary | 11011 | 1100 | 0 | 0 | 111000 | 1100100 | 1011001 | 11011 | 1100100 | 101 |
Color Harmonies of #1B0C00
Complementary color
Monochromatic Colors of #1B0C00
Black with #1B0C00
Text Example
Text Example
White with #1B0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C00; }
p { color: rgb(27,12,0); }
H1.HeaderClassName
{
color: #1B0C00;
}
.AnyTagClassName
{
color: #1B0C00;
}
</style>
background-color css
<style>
a { background-color: #1B0C00; }
a { background-color: rgb(27,12,0); }
div.DivClassName
{
background-color: #1B0C00;
}
.BgClassName
{
background-color: #1B0C00;
}
</style>
border-color css
<style>
span { border-color: #1B0C00; }
span { border-color: rgb(27,12,0); }
td.TdClassName
{
border-color: #1B0C00;
}
.TagClassName
{
border-color: #1B0C00;
}
</style>