Shades of Wood Bark #241A17
Tints of Wood Bark #241A17
RGB
CMYK
RGB Variations
Color information
#241A17 (or 0x241A17) is known color: Wood Bark. HEX triplet: 24, 1A and 17. RGB value is (36,26,23). Sum of RGB (Red+Green+Blue) = 36+26+23=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A17 is #DBE5E8. Grayscale: #1C1C1C. Windows color (decimal): -14411241 or 1514020. OLE color: 1514020.
HSL color Cylindrical-coordinate representation of color #241A17: hue angle of 13.85º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #241A17 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 23 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.86 |
| HSL | 13.85º | 0.22% | 0.12% | - |
| HSV(B) | 13.85º | 0.36% | 0.14% | - |
| XYZ | 1.25 | 1.18 | 0.97 | - |
| YUV | 28.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 23 | 0 | 0.28 | 0.36 | 0.86 | 13.85 | 0.22 | 0.12 |
| Hex | 24 | 1A | 17 | 0 | 1C | 24 | 56 | E | 16 | C |
| Octal | 44 | 32 | 27 | 0 | 34 | 44 | 126 | 16 | 26 | 14 |
| Binary | 100100 | 11010 | 10111 | 0 | 11100 | 100100 | 1010110 | 1110 | 10110 | 1100 |
Color Harmonies of #241A17
Complementary color
Monochromatic Colors of #241A17
Black with #241A17
Text Example
Text Example
White with #241A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A17; }
p { color: rgb(36,26,23); }
H1.HeaderClassName
{
color: #241A17;
}
.AnyTagClassName
{
color: #241A17;
}
</style>
background-color css
<style>
a { background-color: #241A17; }
a { background-color: rgb(36,26,23); }
div.DivClassName
{
background-color: #241A17;
}
.BgClassName
{
background-color: #241A17;
}
</style>
border-color css
<style>
span { border-color: #241A17; }
span { border-color: rgb(36,26,23); }
td.TdClassName
{
border-color: #241A17;
}
.TagClassName
{
border-color: #241A17;
}
</style>