Shades of Toledo #353133
Tints of Toledo #353133
RGB
CMYK
RGB Variations
Color information
#353133 (or 0x353133) is known color: Toledo. HEX triplet: 35, 31 and 33. RGB value is (53,49,51). Sum of RGB (Red+Green+Blue) = 53+49+51=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 53 - color contains mainly: red. Hex color #353133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353133 is #CACECC. Grayscale: #323232. Windows color (decimal): -13291213 or 3354933. OLE color: 3354933.
HSL color Cylindrical-coordinate representation of color #353133: hue angle of 330º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353133 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 51 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.79 |
| HSL | 330º | 0.04% | 0.2% | - |
| HSV(B) | 330º | 0.08% | 0.21% | - |
| XYZ | 3.16 | 3.19 | 3.58 | - |
| YUV | 50.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 51 | 0 | 0.08 | 0.04 | 0.79 | 330 | 0.04 | 0.2 |
| Hex | 35 | 31 | 33 | 0 | 8 | 4 | 4F | 14A | 4 | 14 |
| Octal | 65 | 61 | 63 | 0 | 10 | 4 | 117 | 512 | 4 | 24 |
| Binary | 110101 | 110001 | 110011 | 0 | 1000 | 100 | 1001111 | 101001010 | 100 | 10100 |
Color Harmonies of #353133
Complementary color
Monochromatic Colors of #353133
Black with #353133
Text Example
Text Example
White with #353133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353133; }
p { color: rgb(53,49,51); }
H1.HeaderClassName
{
color: #353133;
}
.AnyTagClassName
{
color: #353133;
}
</style>
background-color css
<style>
a { background-color: #353133; }
a { background-color: rgb(53,49,51); }
div.DivClassName
{
background-color: #353133;
}
.BgClassName
{
background-color: #353133;
}
</style>
border-color css
<style>
span { border-color: #353133; }
span { border-color: rgb(53,49,51); }
td.TdClassName
{
border-color: #353133;
}
.TagClassName
{
border-color: #353133;
}
</style>