Shades of Toledo #322A2D
Tints of Toledo #322A2D
RGB
CMYK
RGB Variations
Color information
#322A2D (or 0x322A2D) is known color: Toledo. HEX triplet: 32, 2A and 2D. RGB value is (50,42,45). Sum of RGB (Red+Green+Blue) = 50+42+45=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A2D is #CDD5D2. Grayscale: #2C2C2C. Windows color (decimal): -13489619 or 2959922. OLE color: 2959922.
HSL color Cylindrical-coordinate representation of color #322A2D: hue angle of 337.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #322A2D is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 45 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.80 |
| HSL | 337.5º | 0.09% | 0.18% | - |
| HSV(B) | 337.5º | 0.16% | 0.2% | - |
| XYZ | 2.62 | 2.52 | 2.83 | - |
| YUV | 44.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 45 | 0 | 0.16 | 0.10 | 0.80 | 337.5 | 0.09 | 0.18 |
| Hex | 32 | 2A | 2D | 0 | 10 | A | 50 | 152 | 9 | 12 |
| Octal | 62 | 52 | 55 | 0 | 20 | 12 | 120 | 522 | 11 | 22 |
| Binary | 110010 | 101010 | 101101 | 0 | 10000 | 1010 | 1010000 | 101010010 | 1001 | 10010 |
Color Harmonies of #322A2D
Complementary color
Monochromatic Colors of #322A2D
Black with #322A2D
Text Example
Text Example
White with #322A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A2D; }
p { color: rgb(50,42,45); }
H1.HeaderClassName
{
color: #322A2D;
}
.AnyTagClassName
{
color: #322A2D;
}
</style>
background-color css
<style>
a { background-color: #322A2D; }
a { background-color: rgb(50,42,45); }
div.DivClassName
{
background-color: #322A2D;
}
.BgClassName
{
background-color: #322A2D;
}
</style>
border-color css
<style>
span { border-color: #322A2D; }
span { border-color: rgb(50,42,45); }
td.TdClassName
{
border-color: #322A2D;
}
.TagClassName
{
border-color: #322A2D;
}
</style>