Shades of Wood Bark #282524
Tints of Wood Bark #282524
RGB
CMYK
RGB Variations
Color information
#282524 (or 0x282524) is known color: Wood Bark. HEX triplet: 28, 25 and 24. RGB value is (40,37,36). Sum of RGB (Red+Green+Blue) = 40+37+36=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 40 - color contains mainly: red. Hex color #282524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282524 is #D7DADB. Grayscale: #252525. Windows color (decimal): -14146268 or 2368808. OLE color: 2368808.
HSL color Cylindrical-coordinate representation of color #282524: hue angle of 15º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #282524 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 36 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.84 |
| HSL | 15º | 0.05% | 0.15% | - |
| HSV(B) | 15º | 0.1% | 0.16% | - |
| XYZ | 1.86 | 1.9 | 1.94 | - |
| YUV | 37.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 36 | 0 | 0.07 | 0.10 | 0.84 | 15 | 0.05 | 0.15 |
| Hex | 28 | 25 | 24 | 0 | 7 | A | 54 | F | 5 | F |
| Octal | 50 | 45 | 44 | 0 | 7 | 12 | 124 | 17 | 5 | 17 |
| Binary | 101000 | 100101 | 100100 | 0 | 111 | 1010 | 1010100 | 1111 | 101 | 1111 |
Color Harmonies of #282524
Complementary color
Monochromatic Colors of #282524
Black with #282524
Text Example
Text Example
White with #282524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282524; }
p { color: rgb(40,37,36); }
H1.HeaderClassName
{
color: #282524;
}
.AnyTagClassName
{
color: #282524;
}
</style>
background-color css
<style>
a { background-color: #282524; }
a { background-color: rgb(40,37,36); }
div.DivClassName
{
background-color: #282524;
}
.BgClassName
{
background-color: #282524;
}
</style>
border-color css
<style>
span { border-color: #282524; }
span { border-color: rgb(40,37,36); }
td.TdClassName
{
border-color: #282524;
}
.TagClassName
{
border-color: #282524;
}
</style>