Shades of Wood Bark #1F140F
Tints of Wood Bark #1F140F
RGB
CMYK
RGB Variations
Color information
#1F140F (or 0x1F140F) is known color: Wood Bark. HEX triplet: 1F, 14 and 0F. RGB value is (31,20,15). Sum of RGB (Red+Green+Blue) = 31+20+15=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F140F is #E0EBF0. Grayscale: #161616. Windows color (decimal): -14740465 or 988191. OLE color: 988191.
HSL color Cylindrical-coordinate representation of color #1F140F: hue angle of 18.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F140F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 15 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.88 |
| HSL | 18.75º | 0.35% | 0.09% | - |
| HSV(B) | 18.75º | 0.52% | 0.12% | - |
| XYZ | 0.9 | 0.83 | 0.56 | - |
| YUV | 22.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 15 | 0 | 0.35 | 0.52 | 0.88 | 18.75 | 0.35 | 0.09 |
| Hex | 1F | 14 | F | 0 | 23 | 34 | 58 | 13 | 23 | 9 |
| Octal | 37 | 24 | 17 | 0 | 43 | 64 | 130 | 23 | 43 | 11 |
| Binary | 11111 | 10100 | 1111 | 0 | 100011 | 110100 | 1011000 | 10011 | 100011 | 1001 |
Color Harmonies of #1F140F
Complementary color
Monochromatic Colors of #1F140F
Black with #1F140F
Text Example
Text Example
White with #1F140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F140F; }
p { color: rgb(31,20,15); }
H1.HeaderClassName
{
color: #1F140F;
}
.AnyTagClassName
{
color: #1F140F;
}
</style>
background-color css
<style>
a { background-color: #1F140F; }
a { background-color: rgb(31,20,15); }
div.DivClassName
{
background-color: #1F140F;
}
.BgClassName
{
background-color: #1F140F;
}
</style>
border-color css
<style>
span { border-color: #1F140F; }
span { border-color: rgb(31,20,15); }
td.TdClassName
{
border-color: #1F140F;
}
.TagClassName
{
border-color: #1F140F;
}
</style>