Shades of Toledo #291F24
Tints of Toledo #291F24
RGB
CMYK
RGB Variations
Color information
#291F24 (or 0x291F24) is known color: Toledo. HEX triplet: 29, 1F and 24. RGB value is (41,31,36). Sum of RGB (Red+Green+Blue) = 41+31+36=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #291F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F24 is #D6E0DB. Grayscale: #222222. Windows color (decimal): -14082268 or 2367273. OLE color: 2367273.
HSL color Cylindrical-coordinate representation of color #291F24: hue angle of 330º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #291F24 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 36 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.84 |
| HSL | 330º | 0.14% | 0.14% | - |
| HSV(B) | 330º | 0.24% | 0.16% | - |
| XYZ | 1.72 | 1.58 | 1.88 | - |
| YUV | 34.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 36 | 0 | 0.24 | 0.12 | 0.84 | 330 | 0.14 | 0.14 |
| Hex | 29 | 1F | 24 | 0 | 18 | C | 54 | 14A | E | E |
| Octal | 51 | 37 | 44 | 0 | 30 | 14 | 124 | 512 | 16 | 16 |
| Binary | 101001 | 11111 | 100100 | 0 | 11000 | 1100 | 1010100 | 101001010 | 1110 | 1110 |
Color Harmonies of #291F24
Complementary color
Monochromatic Colors of #291F24
Black with #291F24
Text Example
Text Example
White with #291F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F24; }
p { color: rgb(41,31,36); }
H1.HeaderClassName
{
color: #291F24;
}
.AnyTagClassName
{
color: #291F24;
}
</style>
background-color css
<style>
a { background-color: #291F24; }
a { background-color: rgb(41,31,36); }
div.DivClassName
{
background-color: #291F24;
}
.BgClassName
{
background-color: #291F24;
}
</style>
border-color css
<style>
span { border-color: #291F24; }
span { border-color: rgb(41,31,36); }
td.TdClassName
{
border-color: #291F24;
}
.TagClassName
{
border-color: #291F24;
}
</style>