Shades of Toledo #3A212E
Tints of Toledo #3A212E
RGB
CMYK
RGB Variations
Color information
#3A212E (or 0x3A212E) is known color: Toledo. HEX triplet: 3A, 21 and 2E. RGB value is (58,33,46). Sum of RGB (Red+Green+Blue) = 58+33+46=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A212E is #C5DED1. Grayscale: #292929. Windows color (decimal): -12967634 or 3023162. OLE color: 3023162.
HSL color Cylindrical-coordinate representation of color #3A212E: hue angle of 328.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A212E is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 46 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.77 |
| HSL | 328.8º | 0.27% | 0.18% | - |
| HSV(B) | 328.8º | 0.43% | 0.23% | - |
| XYZ | 2.78 | 2.18 | 2.86 | - |
| YUV | 41.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 46 | 0 | 0.43 | 0.21 | 0.77 | 328.8 | 0.27 | 0.18 |
| Hex | 3A | 21 | 2E | 0 | 2B | 15 | 4D | 149 | 1B | 12 |
| Octal | 72 | 41 | 56 | 0 | 53 | 25 | 115 | 511 | 33 | 22 |
| Binary | 111010 | 100001 | 101110 | 0 | 101011 | 10101 | 1001101 | 101001001 | 11011 | 10010 |
Color Harmonies of #3A212E
Complementary color
Monochromatic Colors of #3A212E
Black with #3A212E
Text Example
Text Example
White with #3A212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A212E; }
p { color: rgb(58,33,46); }
H1.HeaderClassName
{
color: #3A212E;
}
.AnyTagClassName
{
color: #3A212E;
}
</style>
background-color css
<style>
a { background-color: #3A212E; }
a { background-color: rgb(58,33,46); }
div.DivClassName
{
background-color: #3A212E;
}
.BgClassName
{
background-color: #3A212E;
}
</style>
border-color css
<style>
span { border-color: #3A212E; }
span { border-color: rgb(58,33,46); }
td.TdClassName
{
border-color: #3A212E;
}
.TagClassName
{
border-color: #3A212E;
}
</style>