Shades of Toledo #3B212D
Tints of Toledo #3B212D
RGB
CMYK
RGB Variations
Color information
#3B212D (or 0x3B212D) is known color: Toledo. HEX triplet: 3B, 21 and 2D. RGB value is (59,33,45). Sum of RGB (Red+Green+Blue) = 59+33+45=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212D is #C4DED2. Grayscale: #2A2A2A. Windows color (decimal): -12902099 or 2957627. OLE color: 2957627.
HSL color Cylindrical-coordinate representation of color #3B212D: hue angle of 332.31º 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 #3B212D is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 45 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.77 |
| HSL | 332.31º | 0.28% | 0.18% | - |
| HSV(B) | 332.31º | 0.44% | 0.23% | - |
| XYZ | 2.82 | 2.21 | 2.76 | - |
| YUV | 42.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 45 | 0 | 0.44 | 0.24 | 0.77 | 332.31 | 0.28 | 0.18 |
| Hex | 3B | 21 | 2D | 0 | 2C | 18 | 4D | 14C | 1C | 12 |
| Octal | 73 | 41 | 55 | 0 | 54 | 30 | 115 | 514 | 34 | 22 |
| Binary | 111011 | 100001 | 101101 | 0 | 101100 | 11000 | 1001101 | 101001100 | 11100 | 10010 |
Color Harmonies of #3B212D
Complementary color
Monochromatic Colors of #3B212D
Black with #3B212D
Text Example
Text Example
White with #3B212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B212D; }
p { color: rgb(59,33,45); }
H1.HeaderClassName
{
color: #3B212D;
}
.AnyTagClassName
{
color: #3B212D;
}
</style>
background-color css
<style>
a { background-color: #3B212D; }
a { background-color: rgb(59,33,45); }
div.DivClassName
{
background-color: #3B212D;
}
.BgClassName
{
background-color: #3B212D;
}
</style>
border-color css
<style>
span { border-color: #3B212D; }
span { border-color: rgb(59,33,45); }
td.TdClassName
{
border-color: #3B212D;
}
.TagClassName
{
border-color: #3B212D;
}
</style>