Shades of Toledo #323031
Tints of Toledo #323031
RGB
CMYK
RGB Variations
Color information
#323031 (or 0x323031) is known color: Toledo. HEX triplet: 32, 30 and 31. RGB value is (50,48,49). Sum of RGB (Red+Green+Blue) = 50+48+49=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 50 - color contains mainly: red. Hex color #323031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323031 is #CDCFCE. Grayscale: #303030. Windows color (decimal): -13488079 or 3223602. OLE color: 3223602.
HSL color Cylindrical-coordinate representation of color #323031: hue angle of 330º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #323031 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 49 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.80 |
| HSL | 330º | 0.02% | 0.19% | - |
| HSV(B) | 330º | 0.04% | 0.2% | - |
| XYZ | 2.93 | 3.01 | 3.33 | - |
| YUV | 48.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 49 | 0 | 0.04 | 0.02 | 0.80 | 330 | 0.02 | 0.19 |
| Hex | 32 | 30 | 31 | 0 | 4 | 2 | 50 | 14A | 2 | 13 |
| Octal | 62 | 60 | 61 | 0 | 4 | 2 | 120 | 512 | 2 | 23 |
| Binary | 110010 | 110000 | 110001 | 0 | 100 | 10 | 1010000 | 101001010 | 10 | 10011 |
Color Harmonies of #323031
Complementary color
Monochromatic Colors of #323031
Black with #323031
Text Example
Text Example
White with #323031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323031; }
p { color: rgb(50,48,49); }
H1.HeaderClassName
{
color: #323031;
}
.AnyTagClassName
{
color: #323031;
}
</style>
background-color css
<style>
a { background-color: #323031; }
a { background-color: rgb(50,48,49); }
div.DivClassName
{
background-color: #323031;
}
.BgClassName
{
background-color: #323031;
}
</style>
border-color css
<style>
span { border-color: #323031; }
span { border-color: rgb(50,48,49); }
td.TdClassName
{
border-color: #323031;
}
.TagClassName
{
border-color: #323031;
}
</style>