Shades of Toledo #3B2D35
Tints of Toledo #3B2D35
RGB
CMYK
RGB Variations
Color information
#3B2D35 (or 0x3B2D35) is known color: Toledo. HEX triplet: 3B, 2D and 35. RGB value is (59,45,53). Sum of RGB (Red+Green+Blue) = 59+45+53=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D35 is #C4D2CA. Grayscale: #323232. Windows color (decimal): -12899019 or 3484987. OLE color: 3484987.
HSL color Cylindrical-coordinate representation of color #3B2D35: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B2D35 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 53 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.77 |
| HSL | 325.71º | 0.13% | 0.2% | - |
| HSV(B) | 325.71º | 0.24% | 0.23% | - |
| XYZ | 3.38 | 3.06 | 3.78 | - |
| YUV | 50.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 53 | 0 | 0.24 | 0.10 | 0.77 | 325.71 | 0.13 | 0.2 |
| Hex | 3B | 2D | 35 | 0 | 18 | A | 4D | 146 | D | 14 |
| Octal | 73 | 55 | 65 | 0 | 30 | 12 | 115 | 506 | 15 | 24 |
| Binary | 111011 | 101101 | 110101 | 0 | 11000 | 1010 | 1001101 | 101000110 | 1101 | 10100 |
Color Harmonies of #3B2D35
Complementary color
Monochromatic Colors of #3B2D35
Black with #3B2D35
Text Example
Text Example
White with #3B2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D35; }
p { color: rgb(59,45,53); }
H1.HeaderClassName
{
color: #3B2D35;
}
.AnyTagClassName
{
color: #3B2D35;
}
</style>
background-color css
<style>
a { background-color: #3B2D35; }
a { background-color: rgb(59,45,53); }
div.DivClassName
{
background-color: #3B2D35;
}
.BgClassName
{
background-color: #3B2D35;
}
</style>
border-color css
<style>
span { border-color: #3B2D35; }
span { border-color: rgb(59,45,53); }
td.TdClassName
{
border-color: #3B2D35;
}
.TagClassName
{
border-color: #3B2D35;
}
</style>