Shades of Wood Bark #1F1105
Tints of Wood Bark #1F1105
RGB
CMYK
RGB Variations
Color information
#1F1105 (or 0x1F1105) is known color: Wood Bark. HEX triplet: 1F, 11 and 05. RGB value is (31,17,5). Sum of RGB (Red+Green+Blue) = 31+17+5=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1105 is #E0EEFA. Grayscale: #131313. Windows color (decimal): -14741243 or 332063. OLE color: 332063.
HSL color Cylindrical-coordinate representation of color #1F1105: hue angle of 27.69º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1105 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 5 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.88 |
| HSL | 27.69º | 0.72% | 0.07% | - |
| HSV(B) | 27.69º | 0.84% | 0.12% | - |
| XYZ | 0.79 | 0.7 | 0.24 | - |
| YUV | 19.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 5 | 0 | 0.45 | 0.84 | 0.88 | 27.69 | 0.72 | 0.07 |
| Hex | 1F | 11 | 5 | 0 | 2D | 54 | 58 | 1C | 48 | 7 |
| Octal | 37 | 21 | 5 | 0 | 55 | 124 | 130 | 34 | 110 | 7 |
| Binary | 11111 | 10001 | 101 | 0 | 101101 | 1010100 | 1011000 | 11100 | 1001000 | 111 |
Color Harmonies of #1F1105
Complementary color
Monochromatic Colors of #1F1105
Black with #1F1105
Text Example
Text Example
White with #1F1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1105; }
p { color: rgb(31,17,5); }
H1.HeaderClassName
{
color: #1F1105;
}
.AnyTagClassName
{
color: #1F1105;
}
</style>
background-color css
<style>
a { background-color: #1F1105; }
a { background-color: rgb(31,17,5); }
div.DivClassName
{
background-color: #1F1105;
}
.BgClassName
{
background-color: #1F1105;
}
</style>
border-color css
<style>
span { border-color: #1F1105; }
span { border-color: rgb(31,17,5); }
td.TdClassName
{
border-color: #1F1105;
}
.TagClassName
{
border-color: #1F1105;
}
</style>