Shades of Toledo #3B2E35
Tints of Toledo #3B2E35
RGB
CMYK
RGB Variations
Color information
#3B2E35 (or 0x3B2E35) is known color: Toledo. HEX triplet: 3B, 2E and 35. RGB value is (59,46,53). Sum of RGB (Red+Green+Blue) = 59+46+53=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E35 is #C4D1CA. Grayscale: #323232. Windows color (decimal): -12898763 or 3485243. OLE color: 3485243.
HSL color Cylindrical-coordinate representation of color #3B2E35: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B2E35 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 53 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.77 |
| HSL | 327.69º | 0.12% | 0.21% | - |
| HSV(B) | 327.69º | 0.22% | 0.23% | - |
| XYZ | 3.42 | 3.14 | 3.79 | - |
| YUV | 50.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 53 | 0 | 0.22 | 0.10 | 0.77 | 327.69 | 0.12 | 0.21 |
| Hex | 3B | 2E | 35 | 0 | 16 | A | 4D | 148 | C | 15 |
| Octal | 73 | 56 | 65 | 0 | 26 | 12 | 115 | 510 | 14 | 25 |
| Binary | 111011 | 101110 | 110101 | 0 | 10110 | 1010 | 1001101 | 101001000 | 1100 | 10101 |
Color Harmonies of #3B2E35
Complementary color
Monochromatic Colors of #3B2E35
Black with #3B2E35
Text Example
Text Example
White with #3B2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E35; }
p { color: rgb(59,46,53); }
H1.HeaderClassName
{
color: #3B2E35;
}
.AnyTagClassName
{
color: #3B2E35;
}
</style>
background-color css
<style>
a { background-color: #3B2E35; }
a { background-color: rgb(59,46,53); }
div.DivClassName
{
background-color: #3B2E35;
}
.BgClassName
{
background-color: #3B2E35;
}
</style>
border-color css
<style>
span { border-color: #3B2E35; }
span { border-color: rgb(59,46,53); }
td.TdClassName
{
border-color: #3B2E35;
}
.TagClassName
{
border-color: #3B2E35;
}
</style>