Shades of Toledo #3A232E
Tints of Toledo #3A232E
RGB
CMYK
RGB Variations
Color information
#3A232E (or 0x3A232E) is known color: Toledo. HEX triplet: 3A, 23 and 2E. RGB value is (58,35,46). Sum of RGB (Red+Green+Blue) = 58+35+46=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 58 - color contains mainly: red. Hex color #3A232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A232E is #C5DCD1. Grayscale: #2B2B2B. Windows color (decimal): -12967122 or 3023674. OLE color: 3023674.
HSL color Cylindrical-coordinate representation of color #3A232E: hue angle of 331.3º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A232E is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 46 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.77 |
| HSL | 331.3º | 0.25% | 0.18% | - |
| HSV(B) | 331.3º | 0.4% | 0.23% | - |
| XYZ | 2.84 | 2.3 | 2.88 | - |
| YUV | 43.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 46 | 0 | 0.40 | 0.21 | 0.77 | 331.3 | 0.25 | 0.18 |
| Hex | 3A | 23 | 2E | 0 | 28 | 15 | 4D | 14B | 19 | 12 |
| Octal | 72 | 43 | 56 | 0 | 50 | 25 | 115 | 513 | 31 | 22 |
| Binary | 111010 | 100011 | 101110 | 0 | 101000 | 10101 | 1001101 | 101001011 | 11001 | 10010 |
Color Harmonies of #3A232E
Complementary color
Monochromatic Colors of #3A232E
Black with #3A232E
Text Example
Text Example
White with #3A232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A232E; }
p { color: rgb(58,35,46); }
H1.HeaderClassName
{
color: #3A232E;
}
.AnyTagClassName
{
color: #3A232E;
}
</style>
background-color css
<style>
a { background-color: #3A232E; }
a { background-color: rgb(58,35,46); }
div.DivClassName
{
background-color: #3A232E;
}
.BgClassName
{
background-color: #3A232E;
}
</style>
border-color css
<style>
span { border-color: #3A232E; }
span { border-color: rgb(58,35,46); }
td.TdClassName
{
border-color: #3A232E;
}
.TagClassName
{
border-color: #3A232E;
}
</style>