Shades of Toledo #3A2C33
Tints of Toledo #3A2C33
RGB
CMYK
RGB Variations
Color information
#3A2C33 (or 0x3A2C33) is known color: Toledo. HEX triplet: 3A, 2C and 33. RGB value is (58,44,51). Sum of RGB (Red+Green+Blue) = 58+44+51=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C33 is #C5D3CC. Grayscale: #303030. Windows color (decimal): -12964813 or 3353658. OLE color: 3353658.
HSL color Cylindrical-coordinate representation of color #3A2C33: hue angle of 330º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A2C33 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 51 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.77 |
| HSL | 330º | 0.14% | 0.2% | - |
| HSV(B) | 330º | 0.24% | 0.23% | - |
| XYZ | 3.24 | 2.94 | 3.53 | - |
| YUV | 48.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 51 | 0 | 0.24 | 0.12 | 0.77 | 330 | 0.14 | 0.2 |
| Hex | 3A | 2C | 33 | 0 | 18 | C | 4D | 14A | E | 14 |
| Octal | 72 | 54 | 63 | 0 | 30 | 14 | 115 | 512 | 16 | 24 |
| Binary | 111010 | 101100 | 110011 | 0 | 11000 | 1100 | 1001101 | 101001010 | 1110 | 10100 |
Color Harmonies of #3A2C33
Complementary color
Monochromatic Colors of #3A2C33
Black with #3A2C33
Text Example
Text Example
White with #3A2C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C33; }
p { color: rgb(58,44,51); }
H1.HeaderClassName
{
color: #3A2C33;
}
.AnyTagClassName
{
color: #3A2C33;
}
</style>
background-color css
<style>
a { background-color: #3A2C33; }
a { background-color: rgb(58,44,51); }
div.DivClassName
{
background-color: #3A2C33;
}
.BgClassName
{
background-color: #3A2C33;
}
</style>
border-color css
<style>
span { border-color: #3A2C33; }
span { border-color: rgb(58,44,51); }
td.TdClassName
{
border-color: #3A2C33;
}
.TagClassName
{
border-color: #3A2C33;
}
</style>