Shades of Toledo #291C22
Tints of Toledo #291C22
RGB
CMYK
RGB Variations
Color information
#291C22 (or 0x291C22) is known color: Toledo. HEX triplet: 29, 1C and 22. RGB value is (41,28,34). Sum of RGB (Red+Green+Blue) = 41+28+34=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 41 - color contains mainly: red. Hex color #291C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C22 is #D6E3DD. Grayscale: #202020. Windows color (decimal): -14083038 or 2235433. OLE color: 2235433.
HSL color Cylindrical-coordinate representation of color #291C22: hue angle of 332.31º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C22 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 34 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.84 |
| HSL | 332.31º | 0.19% | 0.14% | - |
| HSV(B) | 332.31º | 0.32% | 0.16% | - |
| XYZ | 1.62 | 1.42 | 1.7 | - |
| YUV | 32.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 34 | 0 | 0.32 | 0.17 | 0.84 | 332.31 | 0.19 | 0.14 |
| Hex | 29 | 1C | 22 | 0 | 20 | 11 | 54 | 14C | 13 | E |
| Octal | 51 | 34 | 42 | 0 | 40 | 21 | 124 | 514 | 23 | 16 |
| Binary | 101001 | 11100 | 100010 | 0 | 100000 | 10001 | 1010100 | 101001100 | 10011 | 1110 |
Color Harmonies of #291C22
Complementary color
Monochromatic Colors of #291C22
Black with #291C22
Text Example
Text Example
White with #291C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C22; }
p { color: rgb(41,28,34); }
H1.HeaderClassName
{
color: #291C22;
}
.AnyTagClassName
{
color: #291C22;
}
</style>
background-color css
<style>
a { background-color: #291C22; }
a { background-color: rgb(41,28,34); }
div.DivClassName
{
background-color: #291C22;
}
.BgClassName
{
background-color: #291C22;
}
</style>
border-color css
<style>
span { border-color: #291C22; }
span { border-color: rgb(41,28,34); }
td.TdClassName
{
border-color: #291C22;
}
.TagClassName
{
border-color: #291C22;
}
</style>