Shades of Toledo #332028
Tints of Toledo #332028
RGB
CMYK
RGB Variations
Color information
#332028 (or 0x332028) is known color: Toledo. HEX triplet: 33, 20 and 28. RGB value is (51,32,40). Sum of RGB (Red+Green+Blue) = 51+32+40=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332028 is #CCDFD7. Grayscale: #262626. Windows color (decimal): -13426648 or 2629683. OLE color: 2629683.
HSL color Cylindrical-coordinate representation of color #332028: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332028 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 40 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.8 |
| HSL | 334.74º | 0.23% | 0.16% | - |
| HSV(B) | 334.74º | 0.37% | 0.2% | - |
| XYZ | 2.26 | 1.89 | 2.25 | - |
| YUV | 38.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 40 | 0 | 0.37 | 0.22 | 0.8 | 334.74 | 0.23 | 0.16 |
| Hex | 33 | 20 | 28 | 0 | 25 | 16 | 50 | 14F | 17 | 10 |
| Octal | 63 | 40 | 50 | 0 | 45 | 26 | 120 | 517 | 27 | 20 |
| Binary | 110011 | 100000 | 101000 | 0 | 100101 | 10110 | 1010000 | 101001111 | 10111 | 10000 |
Color Harmonies of #332028
Complementary color
Monochromatic Colors of #332028
Black with #332028
Text Example
Text Example
White with #332028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332028; }
p { color: rgb(51,32,40); }
H1.HeaderClassName
{
color: #332028;
}
.AnyTagClassName
{
color: #332028;
}
</style>
background-color css
<style>
a { background-color: #332028; }
a { background-color: rgb(51,32,40); }
div.DivClassName
{
background-color: #332028;
}
.BgClassName
{
background-color: #332028;
}
</style>
border-color css
<style>
span { border-color: #332028; }
span { border-color: rgb(51,32,40); }
td.TdClassName
{
border-color: #332028;
}
.TagClassName
{
border-color: #332028;
}
</style>