Shades of Toledo #32252A
Tints of Toledo #32252A
RGB
CMYK
RGB Variations
Color information
#32252A (or 0x32252A) is known color: Toledo. HEX triplet: 32, 25 and 2A. RGB value is (50,37,42). Sum of RGB (Red+Green+Blue) = 50+37+42=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #32252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252A is #CDDAD5. Grayscale: #292929. Windows color (decimal): -13490902 or 2762034. OLE color: 2762034.
HSL color Cylindrical-coordinate representation of color #32252A: hue angle of 336.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #32252A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 42 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.80 |
| HSL | 336.92º | 0.15% | 0.17% | - |
| HSV(B) | 336.92º | 0.26% | 0.2% | - |
| XYZ | 2.39 | 2.17 | 2.48 | - |
| YUV | 41.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 42 | 0 | 0.26 | 0.16 | 0.80 | 336.92 | 0.15 | 0.17 |
| Hex | 32 | 25 | 2A | 0 | 1A | 10 | 50 | 151 | F | 11 |
| Octal | 62 | 45 | 52 | 0 | 32 | 20 | 120 | 521 | 17 | 21 |
| Binary | 110010 | 100101 | 101010 | 0 | 11010 | 10000 | 1010000 | 101010001 | 1111 | 10001 |
Color Harmonies of #32252A
Complementary color
Monochromatic Colors of #32252A
Black with #32252A
Text Example
Text Example
White with #32252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32252A; }
p { color: rgb(50,37,42); }
H1.HeaderClassName
{
color: #32252A;
}
.AnyTagClassName
{
color: #32252A;
}
</style>
background-color css
<style>
a { background-color: #32252A; }
a { background-color: rgb(50,37,42); }
div.DivClassName
{
background-color: #32252A;
}
.BgClassName
{
background-color: #32252A;
}
</style>
border-color css
<style>
span { border-color: #32252A; }
span { border-color: rgb(50,37,42); }
td.TdClassName
{
border-color: #32252A;
}
.TagClassName
{
border-color: #32252A;
}
</style>