Shades of Toledo #3B2931
Tints of Toledo #3B2931
RGB
CMYK
RGB Variations
Color information
#3B2931 (or 0x3B2931) is known color: Toledo. HEX triplet: 3B, 29 and 31. RGB value is (59,41,49). Sum of RGB (Red+Green+Blue) = 59+41+49=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2931 is #C4D6CE. Grayscale: #2F2F2F. Windows color (decimal): -12900047 or 3221819. OLE color: 3221819.
HSL color Cylindrical-coordinate representation of color #3B2931: hue angle of 333.33º 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 #3B2931 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 49 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.77 |
| HSL | 333.33º | 0.18% | 0.2% | - |
| HSV(B) | 333.33º | 0.31% | 0.23% | - |
| XYZ | 3.15 | 2.74 | 3.27 | - |
| YUV | 47.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 49 | 0 | 0.31 | 0.17 | 0.77 | 333.33 | 0.18 | 0.2 |
| Hex | 3B | 29 | 31 | 0 | 1F | 11 | 4D | 14D | 12 | 14 |
| Octal | 73 | 51 | 61 | 0 | 37 | 21 | 115 | 515 | 22 | 24 |
| Binary | 111011 | 101001 | 110001 | 0 | 11111 | 10001 | 1001101 | 101001101 | 10010 | 10100 |
Color Harmonies of #3B2931
Complementary color
Monochromatic Colors of #3B2931
Black with #3B2931
Text Example
Text Example
White with #3B2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2931; }
p { color: rgb(59,41,49); }
H1.HeaderClassName
{
color: #3B2931;
}
.AnyTagClassName
{
color: #3B2931;
}
</style>
background-color css
<style>
a { background-color: #3B2931; }
a { background-color: rgb(59,41,49); }
div.DivClassName
{
background-color: #3B2931;
}
.BgClassName
{
background-color: #3B2931;
}
</style>
border-color css
<style>
span { border-color: #3B2931; }
span { border-color: rgb(59,41,49); }
td.TdClassName
{
border-color: #3B2931;
}
.TagClassName
{
border-color: #3B2931;
}
</style>