Shades of Toledo #333132
Tints of Toledo #333132
RGB
CMYK
RGB Variations
Color information
#333132 (or 0x333132) is known color: Toledo. HEX triplet: 33, 31 and 32. RGB value is (51,49,50). Sum of RGB (Red+Green+Blue) = 51+49+50=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 51 - color contains mainly: red. Hex color #333132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333132 is #CCCECD. Grayscale: #313131. Windows color (decimal): -13422286 or 3289395. OLE color: 3289395.
HSL color Cylindrical-coordinate representation of color #333132: hue angle of 330º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #333132 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 49 | 50 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.8 |
| HSL | 330º | 0.02% | 0.2% | - |
| HSV(B) | 330º | 0.04% | 0.2% | - |
| XYZ | 3.04 | 3.13 | 3.46 | - |
| YUV | 49.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 50 | 0 | 0.04 | 0.02 | 0.8 | 330 | 0.02 | 0.2 |
| Hex | 33 | 31 | 32 | 0 | 4 | 2 | 50 | 14A | 2 | 14 |
| Octal | 63 | 61 | 62 | 0 | 4 | 2 | 120 | 512 | 2 | 24 |
| Binary | 110011 | 110001 | 110010 | 0 | 100 | 10 | 1010000 | 101001010 | 10 | 10100 |
Color Harmonies of #333132
Complementary color
Monochromatic Colors of #333132
Black with #333132
Text Example
Text Example
White with #333132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333132; }
p { color: rgb(51,49,50); }
H1.HeaderClassName
{
color: #333132;
}
.AnyTagClassName
{
color: #333132;
}
</style>
background-color css
<style>
a { background-color: #333132; }
a { background-color: rgb(51,49,50); }
div.DivClassName
{
background-color: #333132;
}
.BgClassName
{
background-color: #333132;
}
</style>
border-color css
<style>
span { border-color: #333132; }
span { border-color: rgb(51,49,50); }
td.TdClassName
{
border-color: #333132;
}
.TagClassName
{
border-color: #333132;
}
</style>