Shades of Toledo #3A1E2A
Tints of Toledo #3A1E2A
RGB
CMYK
RGB Variations
Color information
#3A1E2A (or 0x3A1E2A) is known color: Toledo. HEX triplet: 3A, 1E and 2A. RGB value is (58,30,42). Sum of RGB (Red+Green+Blue) = 58+30+42=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E2A is #C5E1D5. Grayscale: #272727. Windows color (decimal): -12968406 or 2760250. OLE color: 2760250.
HSL color Cylindrical-coordinate representation of color #3A1E2A: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E2A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 30 | 42 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.77 |
| HSL | 334.29º | 0.32% | 0.17% | - |
| HSV(B) | 334.29º | 0.48% | 0.23% | - |
| XYZ | 2.63 | 2 | 2.44 | - |
| YUV | 39.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 42 | 0 | 0.48 | 0.28 | 0.77 | 334.29 | 0.32 | 0.17 |
| Hex | 3A | 1E | 2A | 0 | 30 | 1C | 4D | 14E | 20 | 11 |
| Octal | 72 | 36 | 52 | 0 | 60 | 34 | 115 | 516 | 40 | 21 |
| Binary | 111010 | 11110 | 101010 | 0 | 110000 | 11100 | 1001101 | 101001110 | 100000 | 10001 |
Color Harmonies of #3A1E2A
Complementary color
Monochromatic Colors of #3A1E2A
Black with #3A1E2A
Text Example
Text Example
White with #3A1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E2A; }
p { color: rgb(58,30,42); }
H1.HeaderClassName
{
color: #3A1E2A;
}
.AnyTagClassName
{
color: #3A1E2A;
}
</style>
background-color css
<style>
a { background-color: #3A1E2A; }
a { background-color: rgb(58,30,42); }
div.DivClassName
{
background-color: #3A1E2A;
}
.BgClassName
{
background-color: #3A1E2A;
}
</style>
border-color css
<style>
span { border-color: #3A1E2A; }
span { border-color: rgb(58,30,42); }
td.TdClassName
{
border-color: #3A1E2A;
}
.TagClassName
{
border-color: #3A1E2A;
}
</style>