Shades of Toledo #3A2431
Tints of Toledo #3A2431
RGB
CMYK
RGB Variations
Color information
#3A2431 (or 0x3A2431) is known color: Toledo. HEX triplet: 3A, 24 and 31. RGB value is (58,36,49). Sum of RGB (Red+Green+Blue) = 58+36+49=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2431 is #C5DBCE. Grayscale: #2C2C2C. Windows color (decimal): -12966863 or 3220538. OLE color: 3220538.
HSL color Cylindrical-coordinate representation of color #3A2431: hue angle of 324.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2431 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 49 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.77 |
| HSL | 324.55º | 0.23% | 0.18% | - |
| HSV(B) | 324.55º | 0.38% | 0.23% | - |
| XYZ | 2.93 | 2.38 | 3.21 | - |
| YUV | 44.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 49 | 0 | 0.38 | 0.16 | 0.77 | 324.55 | 0.23 | 0.18 |
| Hex | 3A | 24 | 31 | 0 | 26 | 10 | 4D | 145 | 17 | 12 |
| Octal | 72 | 44 | 61 | 0 | 46 | 20 | 115 | 505 | 27 | 22 |
| Binary | 111010 | 100100 | 110001 | 0 | 100110 | 10000 | 1001101 | 101000101 | 10111 | 10010 |
Color Harmonies of #3A2431
Complementary color
Monochromatic Colors of #3A2431
Black with #3A2431
Text Example
Text Example
White with #3A2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2431; }
p { color: rgb(58,36,49); }
H1.HeaderClassName
{
color: #3A2431;
}
.AnyTagClassName
{
color: #3A2431;
}
</style>
background-color css
<style>
a { background-color: #3A2431; }
a { background-color: rgb(58,36,49); }
div.DivClassName
{
background-color: #3A2431;
}
.BgClassName
{
background-color: #3A2431;
}
</style>
border-color css
<style>
span { border-color: #3A2431; }
span { border-color: rgb(58,36,49); }
td.TdClassName
{
border-color: #3A2431;
}
.TagClassName
{
border-color: #3A2431;
}
</style>