Shades of Wood Bark #281E19
Tints of Wood Bark #281E19
RGB
CMYK
RGB Variations
Color information
#281E19 (or 0x281E19) is known color: Wood Bark. HEX triplet: 28, 1E and 19. RGB value is (40,30,25). Sum of RGB (Red+Green+Blue) = 40+30+25=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E19 is #D7E1E6. Grayscale: #202020. Windows color (decimal): -14148071 or 1646120. OLE color: 1646120.
HSL color Cylindrical-coordinate representation of color #281E19: hue angle of 20º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281E19 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 30 | 25 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.84 |
| HSL | 20º | 0.23% | 0.13% | - |
| HSV(B) | 20º | 0.38% | 0.16% | - |
| XYZ | 1.51 | 1.45 | 1.12 | - |
| YUV | 32.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 25 | 0 | 0.25 | 0.38 | 0.84 | 20 | 0.23 | 0.13 |
| Hex | 28 | 1E | 19 | 0 | 19 | 26 | 54 | 14 | 17 | D |
| Octal | 50 | 36 | 31 | 0 | 31 | 46 | 124 | 24 | 27 | 15 |
| Binary | 101000 | 11110 | 11001 | 0 | 11001 | 100110 | 1010100 | 10100 | 10111 | 1101 |
Color Harmonies of #281E19
Complementary color
Monochromatic Colors of #281E19
Black with #281E19
Text Example
Text Example
White with #281E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E19; }
p { color: rgb(40,30,25); }
H1.HeaderClassName
{
color: #281E19;
}
.AnyTagClassName
{
color: #281E19;
}
</style>
background-color css
<style>
a { background-color: #281E19; }
a { background-color: rgb(40,30,25); }
div.DivClassName
{
background-color: #281E19;
}
.BgClassName
{
background-color: #281E19;
}
</style>
border-color css
<style>
span { border-color: #281E19; }
span { border-color: rgb(40,30,25); }
td.TdClassName
{
border-color: #281E19;
}
.TagClassName
{
border-color: #281E19;
}
</style>