Shades of Toledo #33202A
Tints of Toledo #33202A
RGB
CMYK
RGB Variations
Color information
#33202A (or 0x33202A) is known color: Toledo. HEX triplet: 33, 20 and 2A. RGB value is (51,32,42). Sum of RGB (Red+Green+Blue) = 51+32+42=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #33202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33202A is #CCDFD5. Grayscale: #262626. Windows color (decimal): -13426646 or 2760755. OLE color: 2760755.
HSL color Cylindrical-coordinate representation of color #33202A: hue angle of 328.42º 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 #33202A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 42 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.8 |
| HSL | 328.42º | 0.23% | 0.16% | - |
| HSV(B) | 328.42º | 0.37% | 0.2% | - |
| XYZ | 2.3 | 1.9 | 2.44 | - |
| YUV | 38.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 42 | 0 | 0.37 | 0.18 | 0.8 | 328.42 | 0.23 | 0.16 |
| Hex | 33 | 20 | 2A | 0 | 25 | 12 | 50 | 148 | 17 | 10 |
| Octal | 63 | 40 | 52 | 0 | 45 | 22 | 120 | 510 | 27 | 20 |
| Binary | 110011 | 100000 | 101010 | 0 | 100101 | 10010 | 1010000 | 101001000 | 10111 | 10000 |
Color Harmonies of #33202A
Complementary color
Monochromatic Colors of #33202A
Black with #33202A
Text Example
Text Example
White with #33202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33202A; }
p { color: rgb(51,32,42); }
H1.HeaderClassName
{
color: #33202A;
}
.AnyTagClassName
{
color: #33202A;
}
</style>
background-color css
<style>
a { background-color: #33202A; }
a { background-color: rgb(51,32,42); }
div.DivClassName
{
background-color: #33202A;
}
.BgClassName
{
background-color: #33202A;
}
</style>
border-color css
<style>
span { border-color: #33202A; }
span { border-color: rgb(51,32,42); }
td.TdClassName
{
border-color: #33202A;
}
.TagClassName
{
border-color: #33202A;
}
</style>