Shades of Toledo #3B2C34
Tints of Toledo #3B2C34
RGB
CMYK
RGB Variations
Color information
#3B2C34 (or 0x3B2C34) is known color: Toledo. HEX triplet: 3B, 2C and 34. RGB value is (59,44,52). Sum of RGB (Red+Green+Blue) = 59+44+52=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C34 is #C4D3CB. Grayscale: #313131. Windows color (decimal): -12899276 or 3419195. OLE color: 3419195.
HSL color Cylindrical-coordinate representation of color #3B2C34: hue angle of 328º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C34 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 52 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.77 |
| HSL | 328º | 0.15% | 0.2% | - |
| HSV(B) | 328º | 0.25% | 0.23% | - |
| XYZ | 3.32 | 2.98 | 3.65 | - |
| YUV | 49.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 52 | 0 | 0.25 | 0.12 | 0.77 | 328 | 0.15 | 0.2 |
| Hex | 3B | 2C | 34 | 0 | 19 | C | 4D | 148 | F | 14 |
| Octal | 73 | 54 | 64 | 0 | 31 | 14 | 115 | 510 | 17 | 24 |
| Binary | 111011 | 101100 | 110100 | 0 | 11001 | 1100 | 1001101 | 101001000 | 1111 | 10100 |
Color Harmonies of #3B2C34
Complementary color
Monochromatic Colors of #3B2C34
Black with #3B2C34
Text Example
Text Example
White with #3B2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C34; }
p { color: rgb(59,44,52); }
H1.HeaderClassName
{
color: #3B2C34;
}
.AnyTagClassName
{
color: #3B2C34;
}
</style>
background-color css
<style>
a { background-color: #3B2C34; }
a { background-color: rgb(59,44,52); }
div.DivClassName
{
background-color: #3B2C34;
}
.BgClassName
{
background-color: #3B2C34;
}
</style>
border-color css
<style>
span { border-color: #3B2C34; }
span { border-color: rgb(59,44,52); }
td.TdClassName
{
border-color: #3B2C34;
}
.TagClassName
{
border-color: #3B2C34;
}
</style>