Shades of Toledo #3A242F
Tints of Toledo #3A242F
RGB
CMYK
RGB Variations
Color information
#3A242F (or 0x3A242F) is known color: Toledo. HEX triplet: 3A, 24 and 2F. RGB value is (58,36,47). Sum of RGB (Red+Green+Blue) = 58+36+47=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A242F is #C5DBD0. Grayscale: #2B2B2B. Windows color (decimal): -12966865 or 3089466. OLE color: 3089466.
HSL color Cylindrical-coordinate representation of color #3A242F: hue angle of 330º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A242F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 47 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.77 |
| HSL | 330º | 0.23% | 0.18% | - |
| HSV(B) | 330º | 0.38% | 0.23% | - |
| XYZ | 2.89 | 2.37 | 2.99 | - |
| YUV | 43.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 47 | 0 | 0.38 | 0.19 | 0.77 | 330 | 0.23 | 0.18 |
| Hex | 3A | 24 | 2F | 0 | 26 | 13 | 4D | 14A | 17 | 12 |
| Octal | 72 | 44 | 57 | 0 | 46 | 23 | 115 | 512 | 27 | 22 |
| Binary | 111010 | 100100 | 101111 | 0 | 100110 | 10011 | 1001101 | 101001010 | 10111 | 10010 |
Color Harmonies of #3A242F
Complementary color
Monochromatic Colors of #3A242F
Black with #3A242F
Text Example
Text Example
White with #3A242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A242F; }
p { color: rgb(58,36,47); }
H1.HeaderClassName
{
color: #3A242F;
}
.AnyTagClassName
{
color: #3A242F;
}
</style>
background-color css
<style>
a { background-color: #3A242F; }
a { background-color: rgb(58,36,47); }
div.DivClassName
{
background-color: #3A242F;
}
.BgClassName
{
background-color: #3A242F;
}
</style>
border-color css
<style>
span { border-color: #3A242F; }
span { border-color: rgb(58,36,47); }
td.TdClassName
{
border-color: #3A242F;
}
.TagClassName
{
border-color: #3A242F;
}
</style>