Shades of Toledo #3A2531
Tints of Toledo #3A2531
RGB
CMYK
RGB Variations
Color information
#3A2531 (or 0x3A2531) is known color: Toledo. HEX triplet: 3A, 25 and 31. RGB value is (58,37,49). Sum of RGB (Red+Green+Blue) = 58+37+49=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2531 is #C5DACE. Grayscale: #2C2C2C. Windows color (decimal): -12966607 or 3220794. OLE color: 3220794.
HSL color Cylindrical-coordinate representation of color #3A2531: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2531 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 49 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.77 |
| HSL | 325.71º | 0.22% | 0.19% | - |
| HSV(B) | 325.71º | 0.36% | 0.23% | - |
| XYZ | 2.96 | 2.44 | 3.22 | - |
| YUV | 44.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 49 | 0 | 0.36 | 0.16 | 0.77 | 325.71 | 0.22 | 0.19 |
| Hex | 3A | 25 | 31 | 0 | 24 | 10 | 4D | 146 | 16 | 13 |
| Octal | 72 | 45 | 61 | 0 | 44 | 20 | 115 | 506 | 26 | 23 |
| Binary | 111010 | 100101 | 110001 | 0 | 100100 | 10000 | 1001101 | 101000110 | 10110 | 10011 |
Color Harmonies of #3A2531
Complementary color
Monochromatic Colors of #3A2531
Black with #3A2531
Text Example
Text Example
White with #3A2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2531; }
p { color: rgb(58,37,49); }
H1.HeaderClassName
{
color: #3A2531;
}
.AnyTagClassName
{
color: #3A2531;
}
</style>
background-color css
<style>
a { background-color: #3A2531; }
a { background-color: rgb(58,37,49); }
div.DivClassName
{
background-color: #3A2531;
}
.BgClassName
{
background-color: #3A2531;
}
</style>
border-color css
<style>
span { border-color: #3A2531; }
span { border-color: rgb(58,37,49); }
td.TdClassName
{
border-color: #3A2531;
}
.TagClassName
{
border-color: #3A2531;
}
</style>