Shades of Toledo #3A2C31
Tints of Toledo #3A2C31
RGB
CMYK
RGB Variations
Color information
#3A2C31 (or 0x3A2C31) is known color: Toledo. HEX triplet: 3A, 2C and 31. RGB value is (58,44,49). Sum of RGB (Red+Green+Blue) = 58+44+49=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C31 is #C5D3CE. Grayscale: #303030. Windows color (decimal): -12964815 or 3222586. OLE color: 3222586.
HSL color Cylindrical-coordinate representation of color #3A2C31: hue angle of 338.57º 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 #3A2C31 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 49 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.77 |
| HSL | 338.57º | 0.14% | 0.2% | - |
| HSV(B) | 338.57º | 0.24% | 0.23% | - |
| XYZ | 3.2 | 2.92 | 3.3 | - |
| YUV | 48.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 49 | 0 | 0.24 | 0.16 | 0.77 | 338.57 | 0.14 | 0.2 |
| Hex | 3A | 2C | 31 | 0 | 18 | 10 | 4D | 153 | E | 14 |
| Octal | 72 | 54 | 61 | 0 | 30 | 20 | 115 | 523 | 16 | 24 |
| Binary | 111010 | 101100 | 110001 | 0 | 11000 | 10000 | 1001101 | 101010011 | 1110 | 10100 |
Color Harmonies of #3A2C31
Complementary color
Monochromatic Colors of #3A2C31
Black with #3A2C31
Text Example
Text Example
White with #3A2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C31; }
p { color: rgb(58,44,49); }
H1.HeaderClassName
{
color: #3A2C31;
}
.AnyTagClassName
{
color: #3A2C31;
}
</style>
background-color css
<style>
a { background-color: #3A2C31; }
a { background-color: rgb(58,44,49); }
div.DivClassName
{
background-color: #3A2C31;
}
.BgClassName
{
background-color: #3A2C31;
}
</style>
border-color css
<style>
span { border-color: #3A2C31; }
span { border-color: rgb(58,44,49); }
td.TdClassName
{
border-color: #3A2C31;
}
.TagClassName
{
border-color: #3A2C31;
}
</style>