Shades of Wood Bark #241913
Tints of Wood Bark #241913
RGB
CMYK
RGB Variations
Color information
#241913 (or 0x241913) is known color: Wood Bark. HEX triplet: 24, 19 and 13. RGB value is (36,25,19). Sum of RGB (Red+Green+Blue) = 36+25+19=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241913 is #DBE6EC. Grayscale: #1B1B1B. Windows color (decimal): -14411501 or 1251620. OLE color: 1251620.
HSL color Cylindrical-coordinate representation of color #241913: hue angle of 21.18º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241913 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 19 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.86 |
| HSL | 21.18º | 0.31% | 0.11% | - |
| HSV(B) | 21.18º | 0.47% | 0.14% | - |
| XYZ | 1.19 | 1.12 | 0.77 | - |
| YUV | 27.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 19 | 0 | 0.31 | 0.47 | 0.86 | 21.18 | 0.31 | 0.11 |
| Hex | 24 | 19 | 13 | 0 | 1F | 2F | 56 | 15 | 1F | B |
| Octal | 44 | 31 | 23 | 0 | 37 | 57 | 126 | 25 | 37 | 13 |
| Binary | 100100 | 11001 | 10011 | 0 | 11111 | 101111 | 1010110 | 10101 | 11111 | 1011 |
Color Harmonies of #241913
Complementary color
Monochromatic Colors of #241913
Black with #241913
Text Example
Text Example
White with #241913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241913; }
p { color: rgb(36,25,19); }
H1.HeaderClassName
{
color: #241913;
}
.AnyTagClassName
{
color: #241913;
}
</style>
background-color css
<style>
a { background-color: #241913; }
a { background-color: rgb(36,25,19); }
div.DivClassName
{
background-color: #241913;
}
.BgClassName
{
background-color: #241913;
}
</style>
border-color css
<style>
span { border-color: #241913; }
span { border-color: rgb(36,25,19); }
td.TdClassName
{
border-color: #241913;
}
.TagClassName
{
border-color: #241913;
}
</style>