Shades of Wood Bark #24150E
Tints of Wood Bark #24150E
RGB
CMYK
RGB Variations
Color information
#24150E (or 0x24150E) is known color: Wood Bark. HEX triplet: 24, 15 and 0E. RGB value is (36,21,14). Sum of RGB (Red+Green+Blue) = 36+21+14=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24150E is #DBEAF1. Grayscale: #181818. Windows color (decimal): -14412530 or 922916. OLE color: 922916.
HSL color Cylindrical-coordinate representation of color #24150E: hue angle of 19.09º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24150E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 14 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.86 |
| HSL | 19.09º | 0.44% | 0.1% | - |
| HSV(B) | 19.09º | 0.61% | 0.14% | - |
| XYZ | 1.07 | 0.94 | 0.54 | - |
| YUV | 24.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 14 | 0 | 0.42 | 0.61 | 0.86 | 19.09 | 0.44 | 0.1 |
| Hex | 24 | 15 | E | 0 | 2A | 3D | 56 | 13 | 2C | A |
| Octal | 44 | 25 | 16 | 0 | 52 | 75 | 126 | 23 | 54 | 12 |
| Binary | 100100 | 10101 | 1110 | 0 | 101010 | 111101 | 1010110 | 10011 | 101100 | 1010 |
Color Harmonies of #24150E
Complementary color
Monochromatic Colors of #24150E
Black with #24150E
Text Example
Text Example
White with #24150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24150E; }
p { color: rgb(36,21,14); }
H1.HeaderClassName
{
color: #24150E;
}
.AnyTagClassName
{
color: #24150E;
}
</style>
background-color css
<style>
a { background-color: #24150E; }
a { background-color: rgb(36,21,14); }
div.DivClassName
{
background-color: #24150E;
}
.BgClassName
{
background-color: #24150E;
}
</style>
border-color css
<style>
span { border-color: #24150E; }
span { border-color: rgb(36,21,14); }
td.TdClassName
{
border-color: #24150E;
}
.TagClassName
{
border-color: #24150E;
}
</style>