Shades of Wood Bark #242120
Tints of Wood Bark #242120
RGB
CMYK
RGB Variations
Color information
#242120 (or 0x242120) is known color: Wood Bark. HEX triplet: 24, 21 and 20. RGB value is (36,33,32). Sum of RGB (Red+Green+Blue) = 36+33+32=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 36 - color contains mainly: red. Hex color #242120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242120 is #DBDEDF. Grayscale: #212121. Windows color (decimal): -14409440 or 2105636. OLE color: 2105636.
HSL color Cylindrical-coordinate representation of color #242120: hue angle of 15º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #242120 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 33 | 32 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.86 |
| HSL | 15º | 0.06% | 0.13% | - |
| HSV(B) | 15º | 0.11% | 0.14% | - |
| XYZ | 1.53 | 1.57 | 1.59 | - |
| YUV | 33.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 32 | 0 | 0.08 | 0.11 | 0.86 | 15 | 0.06 | 0.13 |
| Hex | 24 | 21 | 20 | 0 | 8 | B | 56 | F | 6 | D |
| Octal | 44 | 41 | 40 | 0 | 10 | 13 | 126 | 17 | 6 | 15 |
| Binary | 100100 | 100001 | 100000 | 0 | 1000 | 1011 | 1010110 | 1111 | 110 | 1101 |
Color Harmonies of #242120
Complementary color
Monochromatic Colors of #242120
Black with #242120
Text Example
Text Example
White with #242120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242120; }
p { color: rgb(36,33,32); }
H1.HeaderClassName
{
color: #242120;
}
.AnyTagClassName
{
color: #242120;
}
</style>
background-color css
<style>
a { background-color: #242120; }
a { background-color: rgb(36,33,32); }
div.DivClassName
{
background-color: #242120;
}
.BgClassName
{
background-color: #242120;
}
</style>
border-color css
<style>
span { border-color: #242120; }
span { border-color: rgb(36,33,32); }
td.TdClassName
{
border-color: #242120;
}
.TagClassName
{
border-color: #242120;
}
</style>