Shades of Gondola #3C3533
Tints of Gondola #3C3533
RGB
CMYK
RGB Variations
Color information
#3C3533 (or 0x3C3533) is known color: Gondola. HEX triplet: 3C, 35 and 33. RGB value is (60,53,51). Sum of RGB (Red+Green+Blue) = 60+53+51=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3533 is #C3CACC. Grayscale: #363636. Windows color (decimal): -12831437 or 3355964. OLE color: 3355964.
HSL color Cylindrical-coordinate representation of color #3C3533: hue angle of 13.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3533 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 51 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.76 |
| HSL | 13.33º | 0.08% | 0.22% | - |
| HSV(B) | 13.33º | 0.15% | 0.24% | - |
| XYZ | 3.73 | 3.75 | 3.66 | - |
| YUV | 54.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 51 | 0 | 0.12 | 0.15 | 0.76 | 13.33 | 0.08 | 0.22 |
| Hex | 3C | 35 | 33 | 0 | C | F | 4C | D | 8 | 16 |
| Octal | 74 | 65 | 63 | 0 | 14 | 17 | 114 | 15 | 10 | 26 |
| Binary | 111100 | 110101 | 110011 | 0 | 1100 | 1111 | 1001100 | 1101 | 1000 | 10110 |
Color Harmonies of #3C3533
Complementary color
Monochromatic Colors of #3C3533
Black with #3C3533
Text Example
Text Example
White with #3C3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3533; }
p { color: rgb(60,53,51); }
H1.HeaderClassName
{
color: #3C3533;
}
.AnyTagClassName
{
color: #3C3533;
}
</style>
background-color css
<style>
a { background-color: #3C3533; }
a { background-color: rgb(60,53,51); }
div.DivClassName
{
background-color: #3C3533;
}
.BgClassName
{
background-color: #3C3533;
}
</style>
border-color css
<style>
span { border-color: #3C3533; }
span { border-color: rgb(60,53,51); }
td.TdClassName
{
border-color: #3C3533;
}
.TagClassName
{
border-color: #3C3533;
}
</style>