Shades of Toledo #3A1F2A
Tints of Toledo #3A1F2A
RGB
CMYK
RGB Variations
Color information
#3A1F2A (or 0x3A1F2A) is known color: Toledo. HEX triplet: 3A, 1F and 2A. RGB value is (58,31,42). Sum of RGB (Red+Green+Blue) = 58+31+42=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F2A is #C5E0D5. Grayscale: #282828. Windows color (decimal): -12968150 or 2760506. OLE color: 2760506.
HSL color Cylindrical-coordinate representation of color #3A1F2A: hue angle of 335.56º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A1F2A is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 42 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.77 |
| HSL | 335.56º | 0.3% | 0.17% | - |
| HSV(B) | 335.56º | 0.47% | 0.23% | - |
| XYZ | 2.65 | 2.05 | 2.45 | - |
| YUV | 40.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 42 | 0 | 0.47 | 0.28 | 0.77 | 335.56 | 0.3 | 0.17 |
| Hex | 3A | 1F | 2A | 0 | 2F | 1C | 4D | 150 | 1E | 11 |
| Octal | 72 | 37 | 52 | 0 | 57 | 34 | 115 | 520 | 36 | 21 |
| Binary | 111010 | 11111 | 101010 | 0 | 101111 | 11100 | 1001101 | 101010000 | 11110 | 10001 |
Color Harmonies of #3A1F2A
Complementary color
Monochromatic Colors of #3A1F2A
Black with #3A1F2A
Text Example
Text Example
White with #3A1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F2A; }
p { color: rgb(58,31,42); }
H1.HeaderClassName
{
color: #3A1F2A;
}
.AnyTagClassName
{
color: #3A1F2A;
}
</style>
background-color css
<style>
a { background-color: #3A1F2A; }
a { background-color: rgb(58,31,42); }
div.DivClassName
{
background-color: #3A1F2A;
}
.BgClassName
{
background-color: #3A1F2A;
}
</style>
border-color css
<style>
span { border-color: #3A1F2A; }
span { border-color: rgb(58,31,42); }
td.TdClassName
{
border-color: #3A1F2A;
}
.TagClassName
{
border-color: #3A1F2A;
}
</style>