Shades of Toledo #3B1E2A
Tints of Toledo #3B1E2A
RGB
CMYK
RGB Variations
Color information
#3B1E2A (or 0x3B1E2A) is known color: Toledo. HEX triplet: 3B, 1E and 2A. RGB value is (59,30,42). Sum of RGB (Red+Green+Blue) = 59+30+42=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E2A is #C4E1D5. Grayscale: #282828. Windows color (decimal): -12902870 or 2760251. OLE color: 2760251.
HSL color Cylindrical-coordinate representation of color #3B1E2A: hue angle of 335.17º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B1E2A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 42 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.77 |
| HSL | 335.17º | 0.33% | 0.17% | - |
| HSV(B) | 335.17º | 0.49% | 0.23% | - |
| XYZ | 2.69 | 2.03 | 2.44 | - |
| YUV | 40.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 42 | 0 | 0.49 | 0.29 | 0.77 | 335.17 | 0.33 | 0.17 |
| Hex | 3B | 1E | 2A | 0 | 31 | 1D | 4D | 14F | 21 | 11 |
| Octal | 73 | 36 | 52 | 0 | 61 | 35 | 115 | 517 | 41 | 21 |
| Binary | 111011 | 11110 | 101010 | 0 | 110001 | 11101 | 1001101 | 101001111 | 100001 | 10001 |
Color Harmonies of #3B1E2A
Complementary color
Monochromatic Colors of #3B1E2A
Black with #3B1E2A
Text Example
Text Example
White with #3B1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E2A; }
p { color: rgb(59,30,42); }
H1.HeaderClassName
{
color: #3B1E2A;
}
.AnyTagClassName
{
color: #3B1E2A;
}
</style>
background-color css
<style>
a { background-color: #3B1E2A; }
a { background-color: rgb(59,30,42); }
div.DivClassName
{
background-color: #3B1E2A;
}
.BgClassName
{
background-color: #3B1E2A;
}
</style>
border-color css
<style>
span { border-color: #3B1E2A; }
span { border-color: rgb(59,30,42); }
td.TdClassName
{
border-color: #3B1E2A;
}
.TagClassName
{
border-color: #3B1E2A;
}
</style>