Shades of Toledo #3A282F
Tints of Toledo #3A282F
RGB
CMYK
RGB Variations
Color information
#3A282F (or 0x3A282F) is known color: Toledo. HEX triplet: 3A, 28 and 2F. RGB value is (58,40,47). Sum of RGB (Red+Green+Blue) = 58+40+47=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A282F is #C5D7D0. Grayscale: #2E2E2E. Windows color (decimal): -12965841 or 3090490. OLE color: 3090490.
HSL color Cylindrical-coordinate representation of color #3A282F: hue angle of 336.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A282F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 47 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.77 |
| HSL | 336.67º | 0.18% | 0.19% | - |
| HSV(B) | 336.67º | 0.31% | 0.23% | - |
| XYZ | 3.02 | 2.62 | 3.04 | - |
| YUV | 46.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 47 | 0 | 0.31 | 0.19 | 0.77 | 336.67 | 0.18 | 0.19 |
| Hex | 3A | 28 | 2F | 0 | 1F | 13 | 4D | 151 | 12 | 13 |
| Octal | 72 | 50 | 57 | 0 | 37 | 23 | 115 | 521 | 22 | 23 |
| Binary | 111010 | 101000 | 101111 | 0 | 11111 | 10011 | 1001101 | 101010001 | 10010 | 10011 |
Color Harmonies of #3A282F
Complementary color
Monochromatic Colors of #3A282F
Black with #3A282F
Text Example
Text Example
White with #3A282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A282F; }
p { color: rgb(58,40,47); }
H1.HeaderClassName
{
color: #3A282F;
}
.AnyTagClassName
{
color: #3A282F;
}
</style>
background-color css
<style>
a { background-color: #3A282F; }
a { background-color: rgb(58,40,47); }
div.DivClassName
{
background-color: #3A282F;
}
.BgClassName
{
background-color: #3A282F;
}
</style>
border-color css
<style>
span { border-color: #3A282F; }
span { border-color: rgb(58,40,47); }
td.TdClassName
{
border-color: #3A282F;
}
.TagClassName
{
border-color: #3A282F;
}
</style>