Shades of Toledo #3A2230
Tints of Toledo #3A2230
RGB
CMYK
RGB Variations
Color information
#3A2230 (or 0x3A2230) is known color: Toledo. HEX triplet: 3A, 22 and 30. RGB value is (58,34,48). Sum of RGB (Red+Green+Blue) = 58+34+48=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2230 is #C5DDCF. Grayscale: #2A2A2A. Windows color (decimal): -12967376 or 3154490. OLE color: 3154490.
HSL color Cylindrical-coordinate representation of color #3A2230: hue angle of 325º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A2230 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 34 | 48 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.77 |
| HSL | 325º | 0.26% | 0.18% | - |
| HSV(B) | 325º | 0.41% | 0.23% | - |
| XYZ | 2.85 | 2.26 | 3.08 | - |
| YUV | 42.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 48 | 0 | 0.41 | 0.17 | 0.77 | 325 | 0.26 | 0.18 |
| Hex | 3A | 22 | 30 | 0 | 29 | 11 | 4D | 145 | 1A | 12 |
| Octal | 72 | 42 | 60 | 0 | 51 | 21 | 115 | 505 | 32 | 22 |
| Binary | 111010 | 100010 | 110000 | 0 | 101001 | 10001 | 1001101 | 101000101 | 11010 | 10010 |
Color Harmonies of #3A2230
Complementary color
Monochromatic Colors of #3A2230
Black with #3A2230
Text Example
Text Example
White with #3A2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2230; }
p { color: rgb(58,34,48); }
H1.HeaderClassName
{
color: #3A2230;
}
.AnyTagClassName
{
color: #3A2230;
}
</style>
background-color css
<style>
a { background-color: #3A2230; }
a { background-color: rgb(58,34,48); }
div.DivClassName
{
background-color: #3A2230;
}
.BgClassName
{
background-color: #3A2230;
}
</style>
border-color css
<style>
span { border-color: #3A2230; }
span { border-color: rgb(58,34,48); }
td.TdClassName
{
border-color: #3A2230;
}
.TagClassName
{
border-color: #3A2230;
}
</style>