Shades of Toledo #3A202B
Tints of Toledo #3A202B
RGB
CMYK
RGB Variations
Color information
#3A202B (or 0x3A202B) is known color: Toledo. HEX triplet: 3A, 20 and 2B. RGB value is (58,32,43). Sum of RGB (Red+Green+Blue) = 58+32+43=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202B is #C5DFD4. Grayscale: #292929. Windows color (decimal): -12967893 or 2826298. OLE color: 2826298.
HSL color Cylindrical-coordinate representation of color #3A202B: hue angle of 334.62º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A202B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 43 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.77 |
| HSL | 334.62º | 0.29% | 0.18% | - |
| HSV(B) | 334.62º | 0.45% | 0.23% | - |
| XYZ | 2.7 | 2.11 | 2.55 | - |
| YUV | 41.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 43 | 0 | 0.45 | 0.26 | 0.77 | 334.62 | 0.29 | 0.18 |
| Hex | 3A | 20 | 2B | 0 | 2D | 1A | 4D | 14F | 1D | 12 |
| Octal | 72 | 40 | 53 | 0 | 55 | 32 | 115 | 517 | 35 | 22 |
| Binary | 111010 | 100000 | 101011 | 0 | 101101 | 11010 | 1001101 | 101001111 | 11101 | 10010 |
Color Harmonies of #3A202B
Complementary color
Monochromatic Colors of #3A202B
Black with #3A202B
Text Example
Text Example
White with #3A202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A202B; }
p { color: rgb(58,32,43); }
H1.HeaderClassName
{
color: #3A202B;
}
.AnyTagClassName
{
color: #3A202B;
}
</style>
background-color css
<style>
a { background-color: #3A202B; }
a { background-color: rgb(58,32,43); }
div.DivClassName
{
background-color: #3A202B;
}
.BgClassName
{
background-color: #3A202B;
}
</style>
border-color css
<style>
span { border-color: #3A202B; }
span { border-color: rgb(58,32,43); }
td.TdClassName
{
border-color: #3A202B;
}
.TagClassName
{
border-color: #3A202B;
}
</style>