Shades of Wood Bark #1C110B
Tints of Wood Bark #1C110B
RGB
CMYK
RGB Variations
Color information
#1C110B (or 0x1C110B) is known color: Wood Bark. HEX triplet: 1C, 11 and 0B. RGB value is (28,17,11). Sum of RGB (Red+Green+Blue) = 28+17+11=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110B is #E3EEF4. Grayscale: #131313. Windows color (decimal): -14937845 or 725276. OLE color: 725276.
HSL color Cylindrical-coordinate representation of color #1C110B: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C110B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 11 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.89 |
| HSL | 21.18º | 0.44% | 0.08% | - |
| HSV(B) | 21.18º | 0.61% | 0.11% | - |
| XYZ | 0.74 | 0.67 | 0.41 | - |
| YUV | 19.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 11 | 0 | 0.39 | 0.61 | 0.89 | 21.18 | 0.44 | 0.08 |
| Hex | 1C | 11 | B | 0 | 27 | 3D | 59 | 15 | 2C | 8 |
| Octal | 34 | 21 | 13 | 0 | 47 | 75 | 131 | 25 | 54 | 10 |
| Binary | 11100 | 10001 | 1011 | 0 | 100111 | 111101 | 1011001 | 10101 | 101100 | 1000 |
Color Harmonies of #1C110B
Complementary color
Monochromatic Colors of #1C110B
Black with #1C110B
Text Example
Text Example
White with #1C110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C110B; }
p { color: rgb(28,17,11); }
H1.HeaderClassName
{
color: #1C110B;
}
.AnyTagClassName
{
color: #1C110B;
}
</style>
background-color css
<style>
a { background-color: #1C110B; }
a { background-color: rgb(28,17,11); }
div.DivClassName
{
background-color: #1C110B;
}
.BgClassName
{
background-color: #1C110B;
}
</style>
border-color css
<style>
span { border-color: #1C110B; }
span { border-color: rgb(28,17,11); }
td.TdClassName
{
border-color: #1C110B;
}
.TagClassName
{
border-color: #1C110B;
}
</style>