Shades of Toledo #332128
Tints of Toledo #332128
RGB
CMYK
RGB Variations
Color information
#332128 (or 0x332128) is known color: Toledo. HEX triplet: 33, 21 and 28. RGB value is (51,33,40). Sum of RGB (Red+Green+Blue) = 51+33+40=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332128 is #CCDED7. Grayscale: #272727. Windows color (decimal): -13426392 or 2629939. OLE color: 2629939.
HSL color Cylindrical-coordinate representation of color #332128: hue angle of 336.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332128 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 40 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.8 |
| HSL | 336.67º | 0.21% | 0.16% | - |
| HSV(B) | 336.67º | 0.35% | 0.2% | - |
| XYZ | 2.29 | 1.94 | 2.26 | - |
| YUV | 39.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 40 | 0 | 0.35 | 0.22 | 0.8 | 336.67 | 0.21 | 0.16 |
| Hex | 33 | 21 | 28 | 0 | 23 | 16 | 50 | 151 | 15 | 10 |
| Octal | 63 | 41 | 50 | 0 | 43 | 26 | 120 | 521 | 25 | 20 |
| Binary | 110011 | 100001 | 101000 | 0 | 100011 | 10110 | 1010000 | 101010001 | 10101 | 10000 |
Color Harmonies of #332128
Complementary color
Monochromatic Colors of #332128
Black with #332128
Text Example
Text Example
White with #332128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332128; }
p { color: rgb(51,33,40); }
H1.HeaderClassName
{
color: #332128;
}
.AnyTagClassName
{
color: #332128;
}
</style>
background-color css
<style>
a { background-color: #332128; }
a { background-color: rgb(51,33,40); }
div.DivClassName
{
background-color: #332128;
}
.BgClassName
{
background-color: #332128;
}
</style>
border-color css
<style>
span { border-color: #332128; }
span { border-color: rgb(51,33,40); }
td.TdClassName
{
border-color: #332128;
}
.TagClassName
{
border-color: #332128;
}
</style>