Shades of Gondola #3C3534
Tints of Gondola #3C3534
RGB
CMYK
RGB Variations
Color information
#3C3534 (or 0x3C3534) is known color: Gondola. HEX triplet: 3C, 35 and 34. RGB value is (60,53,52). Sum of RGB (Red+Green+Blue) = 60+53+52=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3534 is #C3CACB. Grayscale: #363636. Windows color (decimal): -12831436 or 3421500. OLE color: 3421500.
HSL color Cylindrical-coordinate representation of color #3C3534: hue angle of 7.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3534 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 52 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.76 |
| HSL | 7.5º | 0.07% | 0.22% | - |
| HSV(B) | 7.5º | 0.13% | 0.24% | - |
| XYZ | 3.76 | 3.75 | 3.78 | - |
| YUV | 54.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 52 | 0 | 0.12 | 0.13 | 0.76 | 7.5 | 0.07 | 0.22 |
| Hex | 3C | 35 | 34 | 0 | C | D | 4C | 8 | 7 | 16 |
| Octal | 74 | 65 | 64 | 0 | 14 | 15 | 114 | 10 | 7 | 26 |
| Binary | 111100 | 110101 | 110100 | 0 | 1100 | 1101 | 1001100 | 1000 | 111 | 10110 |
Color Harmonies of #3C3534
Complementary color
Monochromatic Colors of #3C3534
Black with #3C3534
Text Example
Text Example
White with #3C3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3534; }
p { color: rgb(60,53,52); }
H1.HeaderClassName
{
color: #3C3534;
}
.AnyTagClassName
{
color: #3C3534;
}
</style>
background-color css
<style>
a { background-color: #3C3534; }
a { background-color: rgb(60,53,52); }
div.DivClassName
{
background-color: #3C3534;
}
.BgClassName
{
background-color: #3C3534;
}
</style>
border-color css
<style>
span { border-color: #3C3534; }
span { border-color: rgb(60,53,52); }
td.TdClassName
{
border-color: #3C3534;
}
.TagClassName
{
border-color: #3C3534;
}
</style>