Shades of Toledo #3A3034
Tints of Toledo #3A3034
RGB
CMYK
RGB Variations
Color information
#3A3034 (or 0x3A3034) is known color: Toledo. HEX triplet: 3A, 30 and 34. RGB value is (58,48,52). Sum of RGB (Red+Green+Blue) = 58+48+52=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3034 is #C5CFCB. Grayscale: #333333. Windows color (decimal): -12963788 or 3420218. OLE color: 3420218.
HSL color Cylindrical-coordinate representation of color #3A3034: hue angle of 336º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A3034 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 48 | 52 | - |
CMYK | 0 | 0.17 | 0.10 | 0.77 |
HSL | 336º | 0.09% | 0.21% | - |
HSV(B) | 336º | 0.17% | 0.23% | - |
XYZ | 3.42 | 3.26 | 3.7 | - |
YUV | 51.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 48 | 52 | 0 | 0.17 | 0.10 | 0.77 | 336 | 0.09 | 0.21 |
Hex | 3A | 30 | 34 | 0 | 11 | A | 4D | 150 | 9 | 15 |
Octal | 72 | 60 | 64 | 0 | 21 | 12 | 115 | 520 | 11 | 25 |
Binary | 111010 | 110000 | 110100 | 0 | 10001 | 1010 | 1001101 | 101010000 | 1001 | 10101 |
Color Harmonies of #3A3034
Complementary color
Monochromatic Colors of #3A3034
Black with #3A3034
Text Example
Text Example
White with #3A3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3034; }
p { color: rgb(58,48,52); }
H1.HeaderClassName
{
color: #3A3034;
}
.AnyTagClassName
{
color: #3A3034;
}
</style>
background-color css
<style>
a { background-color: #3A3034; }
a { background-color: rgb(58,48,52); }
div.DivClassName
{
background-color: #3A3034;
}
.BgClassName
{
background-color: #3A3034;
}
</style>
border-color css
<style>
span { border-color: #3A3034; }
span { border-color: rgb(58,48,52); }
td.TdClassName
{
border-color: #3A3034;
}
.TagClassName
{
border-color: #3A3034;
}
</style>