Shades of Wood Bark #282321
Tints of Wood Bark #282321
RGB
CMYK
RGB Variations
Color information
#282321 (or 0x282321) is known color: Wood Bark. HEX triplet: 28, 23 and 21. RGB value is (40,35,33). Sum of RGB (Red+Green+Blue) = 40+35+33=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #282321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282321 is #D7DCDE. Grayscale: #242424. Windows color (decimal): -14146783 or 2171688. OLE color: 2171688.
HSL color Cylindrical-coordinate representation of color #282321: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282321 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 35 | 33 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.84 |
| HSL | 17.14º | 0.1% | 0.14% | - |
| HSV(B) | 17.14º | 0.18% | 0.16% | - |
| XYZ | 1.75 | 1.76 | 1.69 | - |
| YUV | 36.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 33 | 0 | 0.12 | 0.17 | 0.84 | 17.14 | 0.1 | 0.14 |
| Hex | 28 | 23 | 21 | 0 | C | 11 | 54 | 11 | A | E |
| Octal | 50 | 43 | 41 | 0 | 14 | 21 | 124 | 21 | 12 | 16 |
| Binary | 101000 | 100011 | 100001 | 0 | 1100 | 10001 | 1010100 | 10001 | 1010 | 1110 |
Color Harmonies of #282321
Complementary color
Monochromatic Colors of #282321
Black with #282321
Text Example
Text Example
White with #282321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282321; }
p { color: rgb(40,35,33); }
H1.HeaderClassName
{
color: #282321;
}
.AnyTagClassName
{
color: #282321;
}
</style>
background-color css
<style>
a { background-color: #282321; }
a { background-color: rgb(40,35,33); }
div.DivClassName
{
background-color: #282321;
}
.BgClassName
{
background-color: #282321;
}
</style>
border-color css
<style>
span { border-color: #282321; }
span { border-color: rgb(40,35,33); }
td.TdClassName
{
border-color: #282321;
}
.TagClassName
{
border-color: #282321;
}
</style>