Shades of Toledo #3B3034
Tints of Toledo #3B3034
RGB
CMYK
RGB Variations
Color information
#3B3034 (or 0x3B3034) is known color: Toledo. HEX triplet: 3B, 30 and 34. RGB value is (59,48,52). Sum of RGB (Red+Green+Blue) = 59+48+52=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3034 is #C4CFCB. Grayscale: #333333. Windows color (decimal): -12898252 or 3420219. OLE color: 3420219.
HSL color Cylindrical-coordinate representation of color #3B3034: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3034 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 52 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.77 |
| HSL | 338.18º | 0.1% | 0.21% | - |
| HSV(B) | 338.18º | 0.19% | 0.23% | - |
| XYZ | 3.48 | 3.29 | 3.7 | - |
| YUV | 51.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 52 | 0 | 0.19 | 0.12 | 0.77 | 338.18 | 0.1 | 0.21 |
| Hex | 3B | 30 | 34 | 0 | 13 | C | 4D | 152 | A | 15 |
| Octal | 73 | 60 | 64 | 0 | 23 | 14 | 115 | 522 | 12 | 25 |
| Binary | 111011 | 110000 | 110100 | 0 | 10011 | 1100 | 1001101 | 101010010 | 1010 | 10101 |
Color Harmonies of #3B3034
Complementary color
Monochromatic Colors of #3B3034
Black with #3B3034
Text Example
Text Example
White with #3B3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3034; }
p { color: rgb(59,48,52); }
H1.HeaderClassName
{
color: #3B3034;
}
.AnyTagClassName
{
color: #3B3034;
}
</style>
background-color css
<style>
a { background-color: #3B3034; }
a { background-color: rgb(59,48,52); }
div.DivClassName
{
background-color: #3B3034;
}
.BgClassName
{
background-color: #3B3034;
}
</style>
border-color css
<style>
span { border-color: #3B3034; }
span { border-color: rgb(59,48,52); }
td.TdClassName
{
border-color: #3B3034;
}
.TagClassName
{
border-color: #3B3034;
}
</style>