Shades of Wood Bark #241914
Tints of Wood Bark #241914
RGB
CMYK
RGB Variations
Color information
#241914 (or 0x241914) is known color: Wood Bark. HEX triplet: 24, 19 and 14. RGB value is (36,25,20). Sum of RGB (Red+Green+Blue) = 36+25+20=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241914 is #DBE6EB. Grayscale: #1B1B1B. Windows color (decimal): -14411500 or 1317156. OLE color: 1317156.
HSL color Cylindrical-coordinate representation of color #241914: hue angle of 18.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241914 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 20 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.86 |
| HSL | 18.75º | 0.29% | 0.11% | - |
| HSV(B) | 18.75º | 0.44% | 0.14% | - |
| XYZ | 1.2 | 1.12 | 0.81 | - |
| YUV | 27.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 20 | 0 | 0.31 | 0.44 | 0.86 | 18.75 | 0.29 | 0.11 |
| Hex | 24 | 19 | 14 | 0 | 1F | 2C | 56 | 13 | 1D | B |
| Octal | 44 | 31 | 24 | 0 | 37 | 54 | 126 | 23 | 35 | 13 |
| Binary | 100100 | 11001 | 10100 | 0 | 11111 | 101100 | 1010110 | 10011 | 11101 | 1011 |
Color Harmonies of #241914
Complementary color
Monochromatic Colors of #241914
Black with #241914
Text Example
Text Example
White with #241914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241914; }
p { color: rgb(36,25,20); }
H1.HeaderClassName
{
color: #241914;
}
.AnyTagClassName
{
color: #241914;
}
</style>
background-color css
<style>
a { background-color: #241914; }
a { background-color: rgb(36,25,20); }
div.DivClassName
{
background-color: #241914;
}
.BgClassName
{
background-color: #241914;
}
</style>
border-color css
<style>
span { border-color: #241914; }
span { border-color: rgb(36,25,20); }
td.TdClassName
{
border-color: #241914;
}
.TagClassName
{
border-color: #241914;
}
</style>