Shades of Toledo #291A21
Tints of Toledo #291A21
RGB
CMYK
RGB Variations
Color information
#291A21 (or 0x291A21) is known color: Toledo. HEX triplet: 29, 1A and 21. RGB value is (41,26,33). Sum of RGB (Red+Green+Blue) = 41+26+33=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A21 is #D6E5DE. Grayscale: #1F1F1F. Windows color (decimal): -14083551 or 2169385. OLE color: 2169385.
HSL color Cylindrical-coordinate representation of color #291A21: hue angle of 332º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A21 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 26 | 33 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.84 |
| HSL | 332º | 0.22% | 0.13% | - |
| HSV(B) | 332º | 0.37% | 0.16% | - |
| XYZ | 1.56 | 1.32 | 1.61 | - |
| YUV | 31.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 33 | 0 | 0.37 | 0.20 | 0.84 | 332 | 0.22 | 0.13 |
| Hex | 29 | 1A | 21 | 0 | 25 | 14 | 54 | 14C | 16 | D |
| Octal | 51 | 32 | 41 | 0 | 45 | 24 | 124 | 514 | 26 | 15 |
| Binary | 101001 | 11010 | 100001 | 0 | 100101 | 10100 | 1010100 | 101001100 | 10110 | 1101 |
Color Harmonies of #291A21
Complementary color
Monochromatic Colors of #291A21
Black with #291A21
Text Example
Text Example
White with #291A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A21; }
p { color: rgb(41,26,33); }
H1.HeaderClassName
{
color: #291A21;
}
.AnyTagClassName
{
color: #291A21;
}
</style>
background-color css
<style>
a { background-color: #291A21; }
a { background-color: rgb(41,26,33); }
div.DivClassName
{
background-color: #291A21;
}
.BgClassName
{
background-color: #291A21;
}
</style>
border-color css
<style>
span { border-color: #291A21; }
span { border-color: rgb(41,26,33); }
td.TdClassName
{
border-color: #291A21;
}
.TagClassName
{
border-color: #291A21;
}
</style>