Shades of Toledo #3B1D2A
Tints of Toledo #3B1D2A
RGB
CMYK
RGB Variations
Color information
#3B1D2A (or 0x3B1D2A) is known color: Toledo. HEX triplet: 3B, 1D and 2A. RGB value is (59,29,42). Sum of RGB (Red+Green+Blue) = 59+29+42=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D2A is #C4E2D5. Grayscale: #272727. Windows color (decimal): -12903126 or 2759995. OLE color: 2759995.
HSL color Cylindrical-coordinate representation of color #3B1D2A: hue angle of 334º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D2A is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 42 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.77 |
| HSL | 334º | 0.34% | 0.17% | - |
| HSV(B) | 334º | 0.51% | 0.23% | - |
| XYZ | 2.66 | 1.98 | 2.43 | - |
| YUV | 39.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 42 | 0 | 0.51 | 0.29 | 0.77 | 334 | 0.34 | 0.17 |
| Hex | 3B | 1D | 2A | 0 | 33 | 1D | 4D | 14E | 22 | 11 |
| Octal | 73 | 35 | 52 | 0 | 63 | 35 | 115 | 516 | 42 | 21 |
| Binary | 111011 | 11101 | 101010 | 0 | 110011 | 11101 | 1001101 | 101001110 | 100010 | 10001 |
Color Harmonies of #3B1D2A
Complementary color
Monochromatic Colors of #3B1D2A
Black with #3B1D2A
Text Example
Text Example
White with #3B1D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D2A; }
p { color: rgb(59,29,42); }
H1.HeaderClassName
{
color: #3B1D2A;
}
.AnyTagClassName
{
color: #3B1D2A;
}
</style>
background-color css
<style>
a { background-color: #3B1D2A; }
a { background-color: rgb(59,29,42); }
div.DivClassName
{
background-color: #3B1D2A;
}
.BgClassName
{
background-color: #3B1D2A;
}
</style>
border-color css
<style>
span { border-color: #3B1D2A; }
span { border-color: rgb(59,29,42); }
td.TdClassName
{
border-color: #3B1D2A;
}
.TagClassName
{
border-color: #3B1D2A;
}
</style>