Shades of Wood Bark #241812
Tints of Wood Bark #241812
RGB
CMYK
RGB Variations
Color information
#241812 (or 0x241812) is known color: Wood Bark. HEX triplet: 24, 18 and 12. RGB value is (36,24,18). Sum of RGB (Red+Green+Blue) = 36+24+18=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241812 is #DBE7ED. Grayscale: #1A1A1A. Windows color (decimal): -14411758 or 1185828. OLE color: 1185828.
HSL color Cylindrical-coordinate representation of color #241812: hue angle of 20º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241812 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 24 | 18 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.86 |
| HSL | 20º | 0.33% | 0.11% | - |
| HSV(B) | 20º | 0.5% | 0.14% | - |
| XYZ | 1.16 | 1.07 | 0.72 | - |
| YUV | 26.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 18 | 0 | 0.33 | 0.5 | 0.86 | 20 | 0.33 | 0.11 |
| Hex | 24 | 18 | 12 | 0 | 21 | 32 | 56 | 14 | 21 | B |
| Octal | 44 | 30 | 22 | 0 | 41 | 62 | 126 | 24 | 41 | 13 |
| Binary | 100100 | 11000 | 10010 | 0 | 100001 | 110010 | 1010110 | 10100 | 100001 | 1011 |
Color Harmonies of #241812
Complementary color
Monochromatic Colors of #241812
Black with #241812
Text Example
Text Example
White with #241812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241812; }
p { color: rgb(36,24,18); }
H1.HeaderClassName
{
color: #241812;
}
.AnyTagClassName
{
color: #241812;
}
</style>
background-color css
<style>
a { background-color: #241812; }
a { background-color: rgb(36,24,18); }
div.DivClassName
{
background-color: #241812;
}
.BgClassName
{
background-color: #241812;
}
</style>
border-color css
<style>
span { border-color: #241812; }
span { border-color: rgb(36,24,18); }
td.TdClassName
{
border-color: #241812;
}
.TagClassName
{
border-color: #241812;
}
</style>