Shades of Toledo #3A2F33
Tints of Toledo #3A2F33
RGB
CMYK
RGB Variations
Color information
#3A2F33 (or 0x3A2F33) is known color: Toledo. HEX triplet: 3A, 2F and 33. RGB value is (58,47,51). Sum of RGB (Red+Green+Blue) = 58+47+51=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F33 is #C5D0CC. Grayscale: #323232. Windows color (decimal): -12964045 or 3354426. OLE color: 3354426.
HSL color Cylindrical-coordinate representation of color #3A2F33: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A2F33 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 51 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.77 |
| HSL | 338.18º | 0.1% | 0.21% | - |
| HSV(B) | 338.18º | 0.19% | 0.23% | - |
| XYZ | 3.36 | 3.17 | 3.57 | - |
| YUV | 50.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 51 | 0 | 0.19 | 0.12 | 0.77 | 338.18 | 0.1 | 0.21 |
| Hex | 3A | 2F | 33 | 0 | 13 | C | 4D | 152 | A | 15 |
| Octal | 72 | 57 | 63 | 0 | 23 | 14 | 115 | 522 | 12 | 25 |
| Binary | 111010 | 101111 | 110011 | 0 | 10011 | 1100 | 1001101 | 101010010 | 1010 | 10101 |
Color Harmonies of #3A2F33
Complementary color
Monochromatic Colors of #3A2F33
Black with #3A2F33
Text Example
Text Example
White with #3A2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F33; }
p { color: rgb(58,47,51); }
H1.HeaderClassName
{
color: #3A2F33;
}
.AnyTagClassName
{
color: #3A2F33;
}
</style>
background-color css
<style>
a { background-color: #3A2F33; }
a { background-color: rgb(58,47,51); }
div.DivClassName
{
background-color: #3A2F33;
}
.BgClassName
{
background-color: #3A2F33;
}
</style>
border-color css
<style>
span { border-color: #3A2F33; }
span { border-color: rgb(58,47,51); }
td.TdClassName
{
border-color: #3A2F33;
}
.TagClassName
{
border-color: #3A2F33;
}
</style>