Shades of Toledo #3B212C
Tints of Toledo #3B212C
RGB
CMYK
RGB Variations
Color information
#3B212C (or 0x3B212C) is known color: Toledo. HEX triplet: 3B, 21 and 2C. RGB value is (59,33,44). Sum of RGB (Red+Green+Blue) = 59+33+44=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212C is #C4DED3. Grayscale: #2A2A2A. Windows color (decimal): -12902100 or 2892091. OLE color: 2892091.
HSL color Cylindrical-coordinate representation of color #3B212C: hue angle of 334.62º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B212C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 44 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.77 |
| HSL | 334.62º | 0.28% | 0.18% | - |
| HSV(B) | 334.62º | 0.44% | 0.23% | - |
| XYZ | 2.8 | 2.2 | 2.66 | - |
| YUV | 42.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 44 | 0 | 0.44 | 0.25 | 0.77 | 334.62 | 0.28 | 0.18 |
| Hex | 3B | 21 | 2C | 0 | 2C | 19 | 4D | 14F | 1C | 12 |
| Octal | 73 | 41 | 54 | 0 | 54 | 31 | 115 | 517 | 34 | 22 |
| Binary | 111011 | 100001 | 101100 | 0 | 101100 | 11001 | 1001101 | 101001111 | 11100 | 10010 |
Color Harmonies of #3B212C
Complementary color
Monochromatic Colors of #3B212C
Black with #3B212C
Text Example
Text Example
White with #3B212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B212C; }
p { color: rgb(59,33,44); }
H1.HeaderClassName
{
color: #3B212C;
}
.AnyTagClassName
{
color: #3B212C;
}
</style>
background-color css
<style>
a { background-color: #3B212C; }
a { background-color: rgb(59,33,44); }
div.DivClassName
{
background-color: #3B212C;
}
.BgClassName
{
background-color: #3B212C;
}
</style>
border-color css
<style>
span { border-color: #3B212C; }
span { border-color: rgb(59,33,44); }
td.TdClassName
{
border-color: #3B212C;
}
.TagClassName
{
border-color: #3B212C;
}
</style>