Shades of Wood Bark #24140B
Tints of Wood Bark #24140B
RGB
CMYK
RGB Variations
Color information
#24140B (or 0x24140B) is known color: Wood Bark. HEX triplet: 24, 14 and 0B. RGB value is (36,20,11). Sum of RGB (Red+Green+Blue) = 36+20+11=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140B is #DBEBF4. Grayscale: #171717. Windows color (decimal): -14412789 or 726052. OLE color: 726052.
HSL color Cylindrical-coordinate representation of color #24140B: hue angle of 21.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24140B is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 11 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.86 |
| HSL | 21.6º | 0.53% | 0.09% | - |
| HSV(B) | 21.6º | 0.69% | 0.14% | - |
| XYZ | 1.04 | 0.9 | 0.44 | - |
| YUV | 23.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 11 | 0 | 0.44 | 0.69 | 0.86 | 21.6 | 0.53 | 0.09 |
| Hex | 24 | 14 | B | 0 | 2C | 45 | 56 | 16 | 35 | 9 |
| Octal | 44 | 24 | 13 | 0 | 54 | 105 | 126 | 26 | 65 | 11 |
| Binary | 100100 | 10100 | 1011 | 0 | 101100 | 1000101 | 1010110 | 10110 | 110101 | 1001 |
Color Harmonies of #24140B
Complementary color
Monochromatic Colors of #24140B
Black with #24140B
Text Example
Text Example
White with #24140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24140B; }
p { color: rgb(36,20,11); }
H1.HeaderClassName
{
color: #24140B;
}
.AnyTagClassName
{
color: #24140B;
}
</style>
background-color css
<style>
a { background-color: #24140B; }
a { background-color: rgb(36,20,11); }
div.DivClassName
{
background-color: #24140B;
}
.BgClassName
{
background-color: #24140B;
}
</style>
border-color css
<style>
span { border-color: #24140B; }
span { border-color: rgb(36,20,11); }
td.TdClassName
{
border-color: #24140B;
}
.TagClassName
{
border-color: #24140B;
}
</style>