Shades of Toledo #321F29
Tints of Toledo #321F29
RGB
CMYK
RGB Variations
Color information
#321F29 (or 0x321F29) is known color: Toledo. HEX triplet: 32, 1F and 29. RGB value is (50,31,41). Sum of RGB (Red+Green+Blue) = 50+31+41=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F29 is #CDE0D6. Grayscale: #252525. Windows color (decimal): -13492439 or 2694962. OLE color: 2694962.
HSL color Cylindrical-coordinate representation of color #321F29: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F29 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 41 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.80 |
| HSL | 328.42º | 0.23% | 0.16% | - |
| HSV(B) | 328.42º | 0.38% | 0.2% | - |
| XYZ | 2.21 | 1.82 | 2.33 | - |
| YUV | 37.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 41 | 0 | 0.38 | 0.18 | 0.80 | 328.42 | 0.23 | 0.16 |
| Hex | 32 | 1F | 29 | 0 | 26 | 12 | 50 | 148 | 17 | 10 |
| Octal | 62 | 37 | 51 | 0 | 46 | 22 | 120 | 510 | 27 | 20 |
| Binary | 110010 | 11111 | 101001 | 0 | 100110 | 10010 | 1010000 | 101001000 | 10111 | 10000 |
Color Harmonies of #321F29
Complementary color
Monochromatic Colors of #321F29
Black with #321F29
Text Example
Text Example
White with #321F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F29; }
p { color: rgb(50,31,41); }
H1.HeaderClassName
{
color: #321F29;
}
.AnyTagClassName
{
color: #321F29;
}
</style>
background-color css
<style>
a { background-color: #321F29; }
a { background-color: rgb(50,31,41); }
div.DivClassName
{
background-color: #321F29;
}
.BgClassName
{
background-color: #321F29;
}
</style>
border-color css
<style>
span { border-color: #321F29; }
span { border-color: rgb(50,31,41); }
td.TdClassName
{
border-color: #321F29;
}
.TagClassName
{
border-color: #321F29;
}
</style>