Shades of Toledo #32232B
Tints of Toledo #32232B
RGB
CMYK
RGB Variations
Color information
#32232B (or 0x32232B) is known color: Toledo. HEX triplet: 32, 23 and 2B. RGB value is (50,35,43). Sum of RGB (Red+Green+Blue) = 50+35+43=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #32232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32232B is #CDDCD4. Grayscale: #282828. Windows color (decimal): -13491413 or 2827058. OLE color: 2827058.
HSL color Cylindrical-coordinate representation of color #32232B: hue angle of 328º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32232B is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 43 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.80 |
| HSL | 328º | 0.18% | 0.17% | - |
| HSV(B) | 328º | 0.3% | 0.2% | - |
| XYZ | 2.35 | 2.05 | 2.56 | - |
| YUV | 40.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 43 | 0 | 0.30 | 0.14 | 0.80 | 328 | 0.18 | 0.17 |
| Hex | 32 | 23 | 2B | 0 | 1E | E | 50 | 148 | 12 | 11 |
| Octal | 62 | 43 | 53 | 0 | 36 | 16 | 120 | 510 | 22 | 21 |
| Binary | 110010 | 100011 | 101011 | 0 | 11110 | 1110 | 1010000 | 101001000 | 10010 | 10001 |
Color Harmonies of #32232B
Complementary color
Monochromatic Colors of #32232B
Black with #32232B
Text Example
Text Example
White with #32232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32232B; }
p { color: rgb(50,35,43); }
H1.HeaderClassName
{
color: #32232B;
}
.AnyTagClassName
{
color: #32232B;
}
</style>
background-color css
<style>
a { background-color: #32232B; }
a { background-color: rgb(50,35,43); }
div.DivClassName
{
background-color: #32232B;
}
.BgClassName
{
background-color: #32232B;
}
</style>
border-color css
<style>
span { border-color: #32232B; }
span { border-color: rgb(50,35,43); }
td.TdClassName
{
border-color: #32232B;
}
.TagClassName
{
border-color: #32232B;
}
</style>