Shades of Toledo #3B2E34
Tints of Toledo #3B2E34
RGB
CMYK
RGB Variations
Color information
#3B2E34 (or 0x3B2E34) is known color: Toledo. HEX triplet: 3B, 2E and 34. RGB value is (59,46,52). Sum of RGB (Red+Green+Blue) = 59+46+52=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E34 is #C4D1CB. Grayscale: #323232. Windows color (decimal): -12898764 or 3419707. OLE color: 3419707.
HSL color Cylindrical-coordinate representation of color #3B2E34: hue angle of 332.31º 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 #3B2E34 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 52 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.77 |
| HSL | 332.31º | 0.12% | 0.21% | - |
| HSV(B) | 332.31º | 0.22% | 0.23% | - |
| XYZ | 3.4 | 3.13 | 3.67 | - |
| YUV | 50.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 52 | 0 | 0.22 | 0.12 | 0.77 | 332.31 | 0.12 | 0.21 |
| Hex | 3B | 2E | 34 | 0 | 16 | C | 4D | 14C | C | 15 |
| Octal | 73 | 56 | 64 | 0 | 26 | 14 | 115 | 514 | 14 | 25 |
| Binary | 111011 | 101110 | 110100 | 0 | 10110 | 1100 | 1001101 | 101001100 | 1100 | 10101 |
Color Harmonies of #3B2E34
Complementary color
Monochromatic Colors of #3B2E34
Black with #3B2E34
Text Example
Text Example
White with #3B2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E34; }
p { color: rgb(59,46,52); }
H1.HeaderClassName
{
color: #3B2E34;
}
.AnyTagClassName
{
color: #3B2E34;
}
</style>
background-color css
<style>
a { background-color: #3B2E34; }
a { background-color: rgb(59,46,52); }
div.DivClassName
{
background-color: #3B2E34;
}
.BgClassName
{
background-color: #3B2E34;
}
</style>
border-color css
<style>
span { border-color: #3B2E34; }
span { border-color: rgb(59,46,52); }
td.TdClassName
{
border-color: #3B2E34;
}
.TagClassName
{
border-color: #3B2E34;
}
</style>