Shades of Toledo #3A3033
Tints of Toledo #3A3033
RGB
CMYK
RGB Variations
Color information
#3A3033 (or 0x3A3033) is known color: Toledo. HEX triplet: 3A, 30 and 33. RGB value is (58,48,51). Sum of RGB (Red+Green+Blue) = 58+48+51=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3033 is #C5CFCC. Grayscale: #333333. Windows color (decimal): -12963789 or 3354682. OLE color: 3354682.
HSL color Cylindrical-coordinate representation of color #3A3033: hue angle of 342º 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 #3A3033 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 48 | 51 | - |
CMYK | 0 | 0.17 | 0.12 | 0.77 |
HSL | 342º | 0.09% | 0.21% | - |
HSV(B) | 342º | 0.17% | 0.23% | - |
XYZ | 3.4 | 3.25 | 3.58 | - |
YUV | 51.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 48 | 51 | 0 | 0.17 | 0.12 | 0.77 | 342 | 0.09 | 0.21 |
Hex | 3A | 30 | 33 | 0 | 11 | C | 4D | 156 | 9 | 15 |
Octal | 72 | 60 | 63 | 0 | 21 | 14 | 115 | 526 | 11 | 25 |
Binary | 111010 | 110000 | 110011 | 0 | 10001 | 1100 | 1001101 | 101010110 | 1001 | 10101 |
Color Harmonies of #3A3033
Complementary color
Monochromatic Colors of #3A3033
Black with #3A3033
Text Example
Text Example
White with #3A3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3033; }
p { color: rgb(58,48,51); }
H1.HeaderClassName
{
color: #3A3033;
}
.AnyTagClassName
{
color: #3A3033;
}
</style>
background-color css
<style>
a { background-color: #3A3033; }
a { background-color: rgb(58,48,51); }
div.DivClassName
{
background-color: #3A3033;
}
.BgClassName
{
background-color: #3A3033;
}
</style>
border-color css
<style>
span { border-color: #3A3033; }
span { border-color: rgb(58,48,51); }
td.TdClassName
{
border-color: #3A3033;
}
.TagClassName
{
border-color: #3A3033;
}
</style>