Shades of Toledo #3B2D34
Tints of Toledo #3B2D34
RGB
CMYK
RGB Variations
Color information
#3B2D34 (or 0x3B2D34) is known color: Toledo. HEX triplet: 3B, 2D and 34. RGB value is (59,45,52). Sum of RGB (Red+Green+Blue) = 59+45+52=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D34 is #C4D2CB. Grayscale: #313131. Windows color (decimal): -12899020 or 3419451. OLE color: 3419451.
HSL color Cylindrical-coordinate representation of color #3B2D34: hue angle of 330º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B2D34 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 52 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.77 |
| HSL | 330º | 0.13% | 0.2% | - |
| HSV(B) | 330º | 0.24% | 0.23% | - |
| XYZ | 3.36 | 3.05 | 3.66 | - |
| YUV | 49.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 52 | 0 | 0.24 | 0.12 | 0.77 | 330 | 0.13 | 0.2 |
| Hex | 3B | 2D | 34 | 0 | 18 | C | 4D | 14A | D | 14 |
| Octal | 73 | 55 | 64 | 0 | 30 | 14 | 115 | 512 | 15 | 24 |
| Binary | 111011 | 101101 | 110100 | 0 | 11000 | 1100 | 1001101 | 101001010 | 1101 | 10100 |
Color Harmonies of #3B2D34
Complementary color
Monochromatic Colors of #3B2D34
Black with #3B2D34
Text Example
Text Example
White with #3B2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D34; }
p { color: rgb(59,45,52); }
H1.HeaderClassName
{
color: #3B2D34;
}
.AnyTagClassName
{
color: #3B2D34;
}
</style>
background-color css
<style>
a { background-color: #3B2D34; }
a { background-color: rgb(59,45,52); }
div.DivClassName
{
background-color: #3B2D34;
}
.BgClassName
{
background-color: #3B2D34;
}
</style>
border-color css
<style>
span { border-color: #3B2D34; }
span { border-color: rgb(59,45,52); }
td.TdClassName
{
border-color: #3B2D34;
}
.TagClassName
{
border-color: #3B2D34;
}
</style>