Shades of Toledo #3A1D2A
Tints of Toledo #3A1D2A
RGB
CMYK
RGB Variations
Color information
#3A1D2A (or 0x3A1D2A) is known color: Toledo. HEX triplet: 3A, 1D and 2A. RGB value is (58,29,42). Sum of RGB (Red+Green+Blue) = 58+29+42=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D2A is #C5E2D5. Grayscale: #272727. Windows color (decimal): -12968662 or 2759994. OLE color: 2759994.
HSL color Cylindrical-coordinate representation of color #3A1D2A: hue angle of 333.1º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A1D2A is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 29 | 42 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.77 |
| HSL | 333.1º | 0.33% | 0.17% | - |
| HSV(B) | 333.1º | 0.5% | 0.23% | - |
| XYZ | 2.6 | 1.95 | 2.43 | - |
| YUV | 39.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 42 | 0 | 0.5 | 0.28 | 0.77 | 333.1 | 0.33 | 0.17 |
| Hex | 3A | 1D | 2A | 0 | 32 | 1C | 4D | 14D | 21 | 11 |
| Octal | 72 | 35 | 52 | 0 | 62 | 34 | 115 | 515 | 41 | 21 |
| Binary | 111010 | 11101 | 101010 | 0 | 110010 | 11100 | 1001101 | 101001101 | 100001 | 10001 |
Color Harmonies of #3A1D2A
Complementary color
Monochromatic Colors of #3A1D2A
Black with #3A1D2A
Text Example
Text Example
White with #3A1D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D2A; }
p { color: rgb(58,29,42); }
H1.HeaderClassName
{
color: #3A1D2A;
}
.AnyTagClassName
{
color: #3A1D2A;
}
</style>
background-color css
<style>
a { background-color: #3A1D2A; }
a { background-color: rgb(58,29,42); }
div.DivClassName
{
background-color: #3A1D2A;
}
.BgClassName
{
background-color: #3A1D2A;
}
</style>
border-color css
<style>
span { border-color: #3A1D2A; }
span { border-color: rgb(58,29,42); }
td.TdClassName
{
border-color: #3A1D2A;
}
.TagClassName
{
border-color: #3A1D2A;
}
</style>