Shades of Toledo #3B2C31
Tints of Toledo #3B2C31
RGB
CMYK
RGB Variations
Color information
#3B2C31 (or 0x3B2C31) is known color: Toledo. HEX triplet: 3B, 2C and 31. RGB value is (59,44,49). Sum of RGB (Red+Green+Blue) = 59+44+49=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C31 is #C4D3CE. Grayscale: #313131. Windows color (decimal): -12899279 or 3222587. OLE color: 3222587.
HSL color Cylindrical-coordinate representation of color #3B2C31: hue angle of 340º 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 #3B2C31 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 49 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.77 |
| HSL | 340º | 0.15% | 0.2% | - |
| HSV(B) | 340º | 0.25% | 0.23% | - |
| XYZ | 3.26 | 2.95 | 3.3 | - |
| YUV | 49.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 49 | 0 | 0.25 | 0.17 | 0.77 | 340 | 0.15 | 0.2 |
| Hex | 3B | 2C | 31 | 0 | 19 | 11 | 4D | 154 | F | 14 |
| Octal | 73 | 54 | 61 | 0 | 31 | 21 | 115 | 524 | 17 | 24 |
| Binary | 111011 | 101100 | 110001 | 0 | 11001 | 10001 | 1001101 | 101010100 | 1111 | 10100 |
Color Harmonies of #3B2C31
Complementary color
Monochromatic Colors of #3B2C31
Black with #3B2C31
Text Example
Text Example
White with #3B2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C31; }
p { color: rgb(59,44,49); }
H1.HeaderClassName
{
color: #3B2C31;
}
.AnyTagClassName
{
color: #3B2C31;
}
</style>
background-color css
<style>
a { background-color: #3B2C31; }
a { background-color: rgb(59,44,49); }
div.DivClassName
{
background-color: #3B2C31;
}
.BgClassName
{
background-color: #3B2C31;
}
</style>
border-color css
<style>
span { border-color: #3B2C31; }
span { border-color: rgb(59,44,49); }
td.TdClassName
{
border-color: #3B2C31;
}
.TagClassName
{
border-color: #3B2C31;
}
</style>