Shades of Toledo #3A2B31
Tints of Toledo #3A2B31
RGB
CMYK
RGB Variations
Color information
#3A2B31 (or 0x3A2B31) is known color: Toledo. HEX triplet: 3A, 2B and 31. RGB value is (58,43,49). Sum of RGB (Red+Green+Blue) = 58+43+49=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B31 is #C5D4CE. Grayscale: #303030. Windows color (decimal): -12965071 or 3222330. OLE color: 3222330.
HSL color Cylindrical-coordinate representation of color #3A2B31: hue angle of 336º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A2B31 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 43 | 49 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.77 |
| HSL | 336º | 0.15% | 0.2% | - |
| HSV(B) | 336º | 0.26% | 0.23% | - |
| XYZ | 3.16 | 2.85 | 3.29 | - |
| YUV | 48.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 49 | 0 | 0.26 | 0.16 | 0.77 | 336 | 0.15 | 0.2 |
| Hex | 3A | 2B | 31 | 0 | 1A | 10 | 4D | 150 | F | 14 |
| Octal | 72 | 53 | 61 | 0 | 32 | 20 | 115 | 520 | 17 | 24 |
| Binary | 111010 | 101011 | 110001 | 0 | 11010 | 10000 | 1001101 | 101010000 | 1111 | 10100 |
Color Harmonies of #3A2B31
Complementary color
Monochromatic Colors of #3A2B31
Black with #3A2B31
Text Example
Text Example
White with #3A2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B31; }
p { color: rgb(58,43,49); }
H1.HeaderClassName
{
color: #3A2B31;
}
.AnyTagClassName
{
color: #3A2B31;
}
</style>
background-color css
<style>
a { background-color: #3A2B31; }
a { background-color: rgb(58,43,49); }
div.DivClassName
{
background-color: #3A2B31;
}
.BgClassName
{
background-color: #3A2B31;
}
</style>
border-color css
<style>
span { border-color: #3A2B31; }
span { border-color: rgb(58,43,49); }
td.TdClassName
{
border-color: #3A2B31;
}
.TagClassName
{
border-color: #3A2B31;
}
</style>