Shades of Toledo #32242A
Tints of Toledo #32242A
RGB
CMYK
RGB Variations
Color information
#32242A (or 0x32242A) is known color: Toledo. HEX triplet: 32, 24 and 2A. RGB value is (50,36,42). Sum of RGB (Red+Green+Blue) = 50+36+42=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #32242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32242A is #CDDBD5. Grayscale: #282828. Windows color (decimal): -13491158 or 2761778. OLE color: 2761778.
HSL color Cylindrical-coordinate representation of color #32242A: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #32242A is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 42 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.80 |
| HSL | 334.29º | 0.16% | 0.17% | - |
| HSV(B) | 334.29º | 0.28% | 0.2% | - |
| XYZ | 2.36 | 2.11 | 2.47 | - |
| YUV | 40.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 42 | 0 | 0.28 | 0.16 | 0.80 | 334.29 | 0.16 | 0.17 |
| Hex | 32 | 24 | 2A | 0 | 1C | 10 | 50 | 14E | 10 | 11 |
| Octal | 62 | 44 | 52 | 0 | 34 | 20 | 120 | 516 | 20 | 21 |
| Binary | 110010 | 100100 | 101010 | 0 | 11100 | 10000 | 1010000 | 101001110 | 10000 | 10001 |
Color Harmonies of #32242A
Complementary color
Monochromatic Colors of #32242A
Black with #32242A
Text Example
Text Example
White with #32242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32242A; }
p { color: rgb(50,36,42); }
H1.HeaderClassName
{
color: #32242A;
}
.AnyTagClassName
{
color: #32242A;
}
</style>
background-color css
<style>
a { background-color: #32242A; }
a { background-color: rgb(50,36,42); }
div.DivClassName
{
background-color: #32242A;
}
.BgClassName
{
background-color: #32242A;
}
</style>
border-color css
<style>
span { border-color: #32242A; }
span { border-color: rgb(50,36,42); }
td.TdClassName
{
border-color: #32242A;
}
.TagClassName
{
border-color: #32242A;
}
</style>