Shades of Toledo #3B2530
Tints of Toledo #3B2530
RGB
CMYK
RGB Variations
Color information
#3B2530 (or 0x3B2530) is known color: Toledo. HEX triplet: 3B, 25 and 30. RGB value is (59,37,48). Sum of RGB (Red+Green+Blue) = 59+37+48=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2530 is #C4DACF. Grayscale: #2C2C2C. Windows color (decimal): -12901072 or 3155259. OLE color: 3155259.
HSL color Cylindrical-coordinate representation of color #3B2530: hue angle of 330º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2530 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 48 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.77 |
| HSL | 330º | 0.23% | 0.19% | - |
| HSV(B) | 330º | 0.37% | 0.23% | - |
| XYZ | 3 | 2.47 | 3.11 | - |
| YUV | 44.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 48 | 0 | 0.37 | 0.19 | 0.77 | 330 | 0.23 | 0.19 |
| Hex | 3B | 25 | 30 | 0 | 25 | 13 | 4D | 14A | 17 | 13 |
| Octal | 73 | 45 | 60 | 0 | 45 | 23 | 115 | 512 | 27 | 23 |
| Binary | 111011 | 100101 | 110000 | 0 | 100101 | 10011 | 1001101 | 101001010 | 10111 | 10011 |
Color Harmonies of #3B2530
Complementary color
Monochromatic Colors of #3B2530
Black with #3B2530
Text Example
Text Example
White with #3B2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2530; }
p { color: rgb(59,37,48); }
H1.HeaderClassName
{
color: #3B2530;
}
.AnyTagClassName
{
color: #3B2530;
}
</style>
background-color css
<style>
a { background-color: #3B2530; }
a { background-color: rgb(59,37,48); }
div.DivClassName
{
background-color: #3B2530;
}
.BgClassName
{
background-color: #3B2530;
}
</style>
border-color css
<style>
span { border-color: #3B2530; }
span { border-color: rgb(59,37,48); }
td.TdClassName
{
border-color: #3B2530;
}
.TagClassName
{
border-color: #3B2530;
}
</style>