Shades of Toledo #3B2932
Tints of Toledo #3B2932
RGB
CMYK
RGB Variations
Color information
#3B2932 (or 0x3B2932) is known color: Toledo. HEX triplet: 3B, 29 and 32. RGB value is (59,41,50). Sum of RGB (Red+Green+Blue) = 59+41+50=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2932 is #C4D6CD. Grayscale: #2F2F2F. Windows color (decimal): -12900046 or 3287355. OLE color: 3287355.
HSL color Cylindrical-coordinate representation of color #3B2932: hue angle of 330º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B2932 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 50 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.77 |
| HSL | 330º | 0.18% | 0.2% | - |
| HSV(B) | 330º | 0.31% | 0.23% | - |
| XYZ | 3.17 | 2.75 | 3.38 | - |
| YUV | 47.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 50 | 0 | 0.31 | 0.15 | 0.77 | 330 | 0.18 | 0.2 |
| Hex | 3B | 29 | 32 | 0 | 1F | F | 4D | 14A | 12 | 14 |
| Octal | 73 | 51 | 62 | 0 | 37 | 17 | 115 | 512 | 22 | 24 |
| Binary | 111011 | 101001 | 110010 | 0 | 11111 | 1111 | 1001101 | 101001010 | 10010 | 10100 |
Color Harmonies of #3B2932
Complementary color
Monochromatic Colors of #3B2932
Black with #3B2932
Text Example
Text Example
White with #3B2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2932; }
p { color: rgb(59,41,50); }
H1.HeaderClassName
{
color: #3B2932;
}
.AnyTagClassName
{
color: #3B2932;
}
</style>
background-color css
<style>
a { background-color: #3B2932; }
a { background-color: rgb(59,41,50); }
div.DivClassName
{
background-color: #3B2932;
}
.BgClassName
{
background-color: #3B2932;
}
</style>
border-color css
<style>
span { border-color: #3B2932; }
span { border-color: rgb(59,41,50); }
td.TdClassName
{
border-color: #3B2932;
}
.TagClassName
{
border-color: #3B2932;
}
</style>