Shades of Toledo #321F28
Tints of Toledo #321F28
RGB
CMYK
RGB Variations
Color information
#321F28 (or 0x321F28) is known color: Toledo. HEX triplet: 32, 1F and 28. RGB value is (50,31,40). Sum of RGB (Red+Green+Blue) = 50+31+40=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F28 is #CDE0D7. Grayscale: #252525. Windows color (decimal): -13492440 or 2629426. OLE color: 2629426.
HSL color Cylindrical-coordinate representation of color #321F28: hue angle of 331.58º 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 #321F28 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 40 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.80 |
| HSL | 331.58º | 0.23% | 0.16% | - |
| HSV(B) | 331.58º | 0.38% | 0.2% | - |
| XYZ | 2.19 | 1.81 | 2.24 | - |
| YUV | 37.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 40 | 0 | 0.38 | 0.20 | 0.80 | 331.58 | 0.23 | 0.16 |
| Hex | 32 | 1F | 28 | 0 | 26 | 14 | 50 | 14C | 17 | 10 |
| Octal | 62 | 37 | 50 | 0 | 46 | 24 | 120 | 514 | 27 | 20 |
| Binary | 110010 | 11111 | 101000 | 0 | 100110 | 10100 | 1010000 | 101001100 | 10111 | 10000 |
Color Harmonies of #321F28
Complementary color
Monochromatic Colors of #321F28
Black with #321F28
Text Example
Text Example
White with #321F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F28; }
p { color: rgb(50,31,40); }
H1.HeaderClassName
{
color: #321F28;
}
.AnyTagClassName
{
color: #321F28;
}
</style>
background-color css
<style>
a { background-color: #321F28; }
a { background-color: rgb(50,31,40); }
div.DivClassName
{
background-color: #321F28;
}
.BgClassName
{
background-color: #321F28;
}
</style>
border-color css
<style>
span { border-color: #321F28; }
span { border-color: rgb(50,31,40); }
td.TdClassName
{
border-color: #321F28;
}
.TagClassName
{
border-color: #321F28;
}
</style>