Shades of Wood Bark #1B110B
Tints of Wood Bark #1B110B
RGB
CMYK
RGB Variations
Color information
#1B110B (or 0x1B110B) is known color: Wood Bark. HEX triplet: 1B, 11 and 0B. RGB value is (27,17,11). Sum of RGB (Red+Green+Blue) = 27+17+11=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B110B is #E4EEF4. Grayscale: #131313. Windows color (decimal): -15003381 or 725275. OLE color: 725275.
HSL color Cylindrical-coordinate representation of color #1B110B: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B110B is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 11 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.89 |
| HSL | 22.5º | 0.42% | 0.07% | - |
| HSV(B) | 22.5º | 0.59% | 0.11% | - |
| XYZ | 0.71 | 0.66 | 0.41 | - |
| YUV | 19.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 11 | 0 | 0.37 | 0.59 | 0.89 | 22.5 | 0.42 | 0.07 |
| Hex | 1B | 11 | B | 0 | 25 | 3B | 59 | 16 | 2A | 7 |
| Octal | 33 | 21 | 13 | 0 | 45 | 73 | 131 | 26 | 52 | 7 |
| Binary | 11011 | 10001 | 1011 | 0 | 100101 | 111011 | 1011001 | 10110 | 101010 | 111 |
Color Harmonies of #1B110B
Complementary color
Monochromatic Colors of #1B110B
Black with #1B110B
Text Example
Text Example
White with #1B110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B110B; }
p { color: rgb(27,17,11); }
H1.HeaderClassName
{
color: #1B110B;
}
.AnyTagClassName
{
color: #1B110B;
}
</style>
background-color css
<style>
a { background-color: #1B110B; }
a { background-color: rgb(27,17,11); }
div.DivClassName
{
background-color: #1B110B;
}
.BgClassName
{
background-color: #1B110B;
}
</style>
border-color css
<style>
span { border-color: #1B110B; }
span { border-color: rgb(27,17,11); }
td.TdClassName
{
border-color: #1B110B;
}
.TagClassName
{
border-color: #1B110B;
}
</style>