Shades of Toledo #3A232F
Tints of Toledo #3A232F
RGB
CMYK
RGB Variations
Color information
#3A232F (or 0x3A232F) is known color: Toledo. HEX triplet: 3A, 23 and 2F. RGB value is (58,35,47). Sum of RGB (Red+Green+Blue) = 58+35+47=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A232F is #C5DCD0. Grayscale: #2B2B2B. Windows color (decimal): -12967121 or 3089210. OLE color: 3089210.
HSL color Cylindrical-coordinate representation of color #3A232F: hue angle of 328.7º 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 #3A232F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 47 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.77 |
| HSL | 328.7º | 0.25% | 0.18% | - |
| HSV(B) | 328.7º | 0.4% | 0.23% | - |
| XYZ | 2.86 | 2.31 | 2.98 | - |
| YUV | 43.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 47 | 0 | 0.40 | 0.19 | 0.77 | 328.7 | 0.25 | 0.18 |
| Hex | 3A | 23 | 2F | 0 | 28 | 13 | 4D | 149 | 19 | 12 |
| Octal | 72 | 43 | 57 | 0 | 50 | 23 | 115 | 511 | 31 | 22 |
| Binary | 111010 | 100011 | 101111 | 0 | 101000 | 10011 | 1001101 | 101001001 | 11001 | 10010 |
Color Harmonies of #3A232F
Complementary color
Monochromatic Colors of #3A232F
Black with #3A232F
Text Example
Text Example
White with #3A232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A232F; }
p { color: rgb(58,35,47); }
H1.HeaderClassName
{
color: #3A232F;
}
.AnyTagClassName
{
color: #3A232F;
}
</style>
background-color css
<style>
a { background-color: #3A232F; }
a { background-color: rgb(58,35,47); }
div.DivClassName
{
background-color: #3A232F;
}
.BgClassName
{
background-color: #3A232F;
}
</style>
border-color css
<style>
span { border-color: #3A232F; }
span { border-color: rgb(58,35,47); }
td.TdClassName
{
border-color: #3A232F;
}
.TagClassName
{
border-color: #3A232F;
}
</style>