Shades of Toledo #3B212F
Tints of Toledo #3B212F
RGB
CMYK
RGB Variations
Color information
#3B212F (or 0x3B212F) is known color: Toledo. HEX triplet: 3B, 21 and 2F. RGB value is (59,33,47). Sum of RGB (Red+Green+Blue) = 59+33+47=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212F is #C4DED0. Grayscale: #2A2A2A. Windows color (decimal): -12902097 or 3088699. OLE color: 3088699.
HSL color Cylindrical-coordinate representation of color #3B212F: hue angle of 327.69º 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 #3B212F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 47 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.77 |
| HSL | 327.69º | 0.28% | 0.18% | - |
| HSV(B) | 327.69º | 0.44% | 0.23% | - |
| XYZ | 2.86 | 2.22 | 2.97 | - |
| YUV | 42.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 47 | 0 | 0.44 | 0.20 | 0.77 | 327.69 | 0.28 | 0.18 |
| Hex | 3B | 21 | 2F | 0 | 2C | 14 | 4D | 148 | 1C | 12 |
| Octal | 73 | 41 | 57 | 0 | 54 | 24 | 115 | 510 | 34 | 22 |
| Binary | 111011 | 100001 | 101111 | 0 | 101100 | 10100 | 1001101 | 101001000 | 11100 | 10010 |
Color Harmonies of #3B212F
Complementary color
Monochromatic Colors of #3B212F
Black with #3B212F
Text Example
Text Example
White with #3B212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B212F; }
p { color: rgb(59,33,47); }
H1.HeaderClassName
{
color: #3B212F;
}
.AnyTagClassName
{
color: #3B212F;
}
</style>
background-color css
<style>
a { background-color: #3B212F; }
a { background-color: rgb(59,33,47); }
div.DivClassName
{
background-color: #3B212F;
}
.BgClassName
{
background-color: #3B212F;
}
</style>
border-color css
<style>
span { border-color: #3B212F; }
span { border-color: rgb(59,33,47); }
td.TdClassName
{
border-color: #3B212F;
}
.TagClassName
{
border-color: #3B212F;
}
</style>