Shades of Wood Bark #281910
Tints of Wood Bark #281910
RGB
CMYK
RGB Variations
Color information
#281910 (or 0x281910) is known color: Wood Bark. HEX triplet: 28, 19 and 10. RGB value is (40,25,16). Sum of RGB (Red+Green+Blue) = 40+25+16=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281910 is #D7E6EF. Grayscale: #1C1C1C. Windows color (decimal): -14149360 or 1055016. OLE color: 1055016.
HSL color Cylindrical-coordinate representation of color #281910: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281910 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 16 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.84 |
| HSL | 22.5º | 0.43% | 0.11% | - |
| HSV(B) | 22.5º | 0.6% | 0.16% | - |
| XYZ | 1.32 | 1.18 | 0.65 | - |
| YUV | 28.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 16 | 0 | 0.38 | 0.60 | 0.84 | 22.5 | 0.43 | 0.11 |
| Hex | 28 | 19 | 10 | 0 | 26 | 3C | 54 | 16 | 2B | B |
| Octal | 50 | 31 | 20 | 0 | 46 | 74 | 124 | 26 | 53 | 13 |
| Binary | 101000 | 11001 | 10000 | 0 | 100110 | 111100 | 1010100 | 10110 | 101011 | 1011 |
Color Harmonies of #281910
Complementary color
Monochromatic Colors of #281910
Black with #281910
Text Example
Text Example
White with #281910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281910; }
p { color: rgb(40,25,16); }
H1.HeaderClassName
{
color: #281910;
}
.AnyTagClassName
{
color: #281910;
}
</style>
background-color css
<style>
a { background-color: #281910; }
a { background-color: rgb(40,25,16); }
div.DivClassName
{
background-color: #281910;
}
.BgClassName
{
background-color: #281910;
}
</style>
border-color css
<style>
span { border-color: #281910; }
span { border-color: rgb(40,25,16); }
td.TdClassName
{
border-color: #281910;
}
.TagClassName
{
border-color: #281910;
}
</style>