Shades of Toledo #3B2830
Tints of Toledo #3B2830
RGB
CMYK
RGB Variations
Color information
#3B2830 (or 0x3B2830) is known color: Toledo. HEX triplet: 3B, 28 and 30. RGB value is (59,40,48). Sum of RGB (Red+Green+Blue) = 59+40+48=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2830 is #C4D7CF. Grayscale: #2E2E2E. Windows color (decimal): -12900304 or 3156027. OLE color: 3156027.
HSL color Cylindrical-coordinate representation of color #3B2830: hue angle of 334.74º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B2830 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 48 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.77 |
| HSL | 334.74º | 0.19% | 0.19% | - |
| HSV(B) | 334.74º | 0.32% | 0.23% | - |
| XYZ | 3.1 | 2.66 | 3.15 | - |
| YUV | 46.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 48 | 0 | 0.32 | 0.19 | 0.77 | 334.74 | 0.19 | 0.19 |
| Hex | 3B | 28 | 30 | 0 | 20 | 13 | 4D | 14F | 13 | 13 |
| Octal | 73 | 50 | 60 | 0 | 40 | 23 | 115 | 517 | 23 | 23 |
| Binary | 111011 | 101000 | 110000 | 0 | 100000 | 10011 | 1001101 | 101001111 | 10011 | 10011 |
Color Harmonies of #3B2830
Complementary color
Monochromatic Colors of #3B2830
Black with #3B2830
Text Example
Text Example
White with #3B2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2830; }
p { color: rgb(59,40,48); }
H1.HeaderClassName
{
color: #3B2830;
}
.AnyTagClassName
{
color: #3B2830;
}
</style>
background-color css
<style>
a { background-color: #3B2830; }
a { background-color: rgb(59,40,48); }
div.DivClassName
{
background-color: #3B2830;
}
.BgClassName
{
background-color: #3B2830;
}
</style>
border-color css
<style>
span { border-color: #3B2830; }
span { border-color: rgb(59,40,48); }
td.TdClassName
{
border-color: #3B2830;
}
.TagClassName
{
border-color: #3B2830;
}
</style>