Shades of Toledo #3B202B
Tints of Toledo #3B202B
RGB
CMYK
RGB Variations
Color information
#3B202B (or 0x3B202B) is known color: Toledo. HEX triplet: 3B, 20 and 2B. RGB value is (59,32,43). Sum of RGB (Red+Green+Blue) = 59+32+43=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B202B is #C4DFD4. Grayscale: #292929. Windows color (decimal): -12902357 or 2826299. OLE color: 2826299.
HSL color Cylindrical-coordinate representation of color #3B202B: hue angle of 335.56º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B202B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 43 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.77 |
| HSL | 335.56º | 0.3% | 0.18% | - |
| HSV(B) | 335.56º | 0.46% | 0.23% | - |
| XYZ | 2.76 | 2.14 | 2.55 | - |
| YUV | 41.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 43 | 0 | 0.46 | 0.27 | 0.77 | 335.56 | 0.3 | 0.18 |
| Hex | 3B | 20 | 2B | 0 | 2E | 1B | 4D | 150 | 1E | 12 |
| Octal | 73 | 40 | 53 | 0 | 56 | 33 | 115 | 520 | 36 | 22 |
| Binary | 111011 | 100000 | 101011 | 0 | 101110 | 11011 | 1001101 | 101010000 | 11110 | 10010 |
Color Harmonies of #3B202B
Complementary color
Monochromatic Colors of #3B202B
Black with #3B202B
Text Example
Text Example
White with #3B202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B202B; }
p { color: rgb(59,32,43); }
H1.HeaderClassName
{
color: #3B202B;
}
.AnyTagClassName
{
color: #3B202B;
}
</style>
background-color css
<style>
a { background-color: #3B202B; }
a { background-color: rgb(59,32,43); }
div.DivClassName
{
background-color: #3B202B;
}
.BgClassName
{
background-color: #3B202B;
}
</style>
border-color css
<style>
span { border-color: #3B202B; }
span { border-color: rgb(59,32,43); }
td.TdClassName
{
border-color: #3B202B;
}
.TagClassName
{
border-color: #3B202B;
}
</style>