Shades of Toledo #3C2F34
Tints of Toledo #3C2F34
RGB
CMYK
RGB Variations
Color information
#3C2F34 (or 0x3C2F34) is known color: Toledo. HEX triplet: 3C, 2F and 34. RGB value is (60,47,52). Sum of RGB (Red+Green+Blue) = 60+47+52=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F34 is #C3D0CB. Grayscale: #333333. Windows color (decimal): -12832972 or 3419964. OLE color: 3419964.
HSL color Cylindrical-coordinate representation of color #3C2F34: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C2F34 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 52 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.76 |
| HSL | 336.92º | 0.12% | 0.21% | - |
| HSV(B) | 336.92º | 0.22% | 0.24% | - |
| XYZ | 3.5 | 3.24 | 3.69 | - |
| YUV | 51.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 52 | 0 | 0.22 | 0.13 | 0.76 | 336.92 | 0.12 | 0.21 |
| Hex | 3C | 2F | 34 | 0 | 16 | D | 4C | 151 | C | 15 |
| Octal | 74 | 57 | 64 | 0 | 26 | 15 | 114 | 521 | 14 | 25 |
| Binary | 111100 | 101111 | 110100 | 0 | 10110 | 1101 | 1001100 | 101010001 | 1100 | 10101 |
Color Harmonies of #3C2F34
Complementary color
Monochromatic Colors of #3C2F34
Black with #3C2F34
Text Example
Text Example
White with #3C2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F34; }
p { color: rgb(60,47,52); }
H1.HeaderClassName
{
color: #3C2F34;
}
.AnyTagClassName
{
color: #3C2F34;
}
</style>
background-color css
<style>
a { background-color: #3C2F34; }
a { background-color: rgb(60,47,52); }
div.DivClassName
{
background-color: #3C2F34;
}
.BgClassName
{
background-color: #3C2F34;
}
</style>
border-color css
<style>
span { border-color: #3C2F34; }
span { border-color: rgb(60,47,52); }
td.TdClassName
{
border-color: #3C2F34;
}
.TagClassName
{
border-color: #3C2F34;
}
</style>