Shades of Toledo #33222B
Tints of Toledo #33222B
RGB
CMYK
RGB Variations
Color information
#33222B (or 0x33222B) is known color: Toledo. HEX triplet: 33, 22 and 2B. RGB value is (51,34,43). Sum of RGB (Red+Green+Blue) = 51+34+43=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #33222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33222B is #CCDDD4. Grayscale: #282828. Windows color (decimal): -13426133 or 2826803. OLE color: 2826803.
HSL color Cylindrical-coordinate representation of color #33222B: hue angle of 328.24º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #33222B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 34 | 43 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.8 |
| HSL | 328.24º | 0.2% | 0.17% | - |
| HSV(B) | 328.24º | 0.33% | 0.2% | - |
| XYZ | 2.37 | 2.02 | 2.55 | - |
| YUV | 40.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 43 | 0 | 0.33 | 0.16 | 0.8 | 328.24 | 0.2 | 0.17 |
| Hex | 33 | 22 | 2B | 0 | 21 | 10 | 50 | 148 | 14 | 11 |
| Octal | 63 | 42 | 53 | 0 | 41 | 20 | 120 | 510 | 24 | 21 |
| Binary | 110011 | 100010 | 101011 | 0 | 100001 | 10000 | 1010000 | 101001000 | 10100 | 10001 |
Color Harmonies of #33222B
Complementary color
Monochromatic Colors of #33222B
Black with #33222B
Text Example
Text Example
White with #33222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33222B; }
p { color: rgb(51,34,43); }
H1.HeaderClassName
{
color: #33222B;
}
.AnyTagClassName
{
color: #33222B;
}
</style>
background-color css
<style>
a { background-color: #33222B; }
a { background-color: rgb(51,34,43); }
div.DivClassName
{
background-color: #33222B;
}
.BgClassName
{
background-color: #33222B;
}
</style>
border-color css
<style>
span { border-color: #33222B; }
span { border-color: rgb(51,34,43); }
td.TdClassName
{
border-color: #33222B;
}
.TagClassName
{
border-color: #33222B;
}
</style>