Shades of Gondola #3C3331
Tints of Gondola #3C3331
RGB
CMYK
RGB Variations
Color information
#3C3331 (or 0x3C3331) is known color: Gondola. HEX triplet: 3C, 33 and 31. RGB value is (60,51,49). Sum of RGB (Red+Green+Blue) = 60+51+49=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3331 is #C3CCCE. Grayscale: #353535. Windows color (decimal): -12831951 or 3224380. OLE color: 3224380.
HSL color Cylindrical-coordinate representation of color #3C3331: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3331 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 49 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.76 |
| HSL | 10.91º | 0.1% | 0.21% | - |
| HSV(B) | 10.91º | 0.18% | 0.24% | - |
| XYZ | 3.6 | 3.55 | 3.4 | - |
| YUV | 53.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 49 | 0 | 0.15 | 0.18 | 0.76 | 10.91 | 0.1 | 0.21 |
| Hex | 3C | 33 | 31 | 0 | F | 12 | 4C | B | A | 15 |
| Octal | 74 | 63 | 61 | 0 | 17 | 22 | 114 | 13 | 12 | 25 |
| Binary | 111100 | 110011 | 110001 | 0 | 1111 | 10010 | 1001100 | 1011 | 1010 | 10101 |
Color Harmonies of #3C3331
Complementary color
Monochromatic Colors of #3C3331
Black with #3C3331
Text Example
Text Example
White with #3C3331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3331; }
p { color: rgb(60,51,49); }
H1.HeaderClassName
{
color: #3C3331;
}
.AnyTagClassName
{
color: #3C3331;
}
</style>
background-color css
<style>
a { background-color: #3C3331; }
a { background-color: rgb(60,51,49); }
div.DivClassName
{
background-color: #3C3331;
}
.BgClassName
{
background-color: #3C3331;
}
</style>
border-color css
<style>
span { border-color: #3C3331; }
span { border-color: rgb(60,51,49); }
td.TdClassName
{
border-color: #3C3331;
}
.TagClassName
{
border-color: #3C3331;
}
</style>