Shades of Gondola #3B3331
Tints of Gondola #3B3331
RGB
CMYK
RGB Variations
Color information
#3B3331 (or 0x3B3331) is known color: Gondola. HEX triplet: 3B, 33 and 31. RGB value is (59,51,49). Sum of RGB (Red+Green+Blue) = 59+51+49=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3331 is #C4CCCE. Grayscale: #353535. Windows color (decimal): -12897487 or 3224379. OLE color: 3224379.
HSL color Cylindrical-coordinate representation of color #3B3331: hue angle of 12º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3331 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 49 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.77 |
| HSL | 12º | 0.09% | 0.21% | - |
| HSV(B) | 12º | 0.17% | 0.23% | - |
| XYZ | 3.54 | 3.52 | 3.4 | - |
| YUV | 53.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 49 | 0 | 0.14 | 0.17 | 0.77 | 12 | 0.09 | 0.21 |
| Hex | 3B | 33 | 31 | 0 | E | 11 | 4D | C | 9 | 15 |
| Octal | 73 | 63 | 61 | 0 | 16 | 21 | 115 | 14 | 11 | 25 |
| Binary | 111011 | 110011 | 110001 | 0 | 1110 | 10001 | 1001101 | 1100 | 1001 | 10101 |
Color Harmonies of #3B3331
Complementary color
Monochromatic Colors of #3B3331
Black with #3B3331
Text Example
Text Example
White with #3B3331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3331; }
p { color: rgb(59,51,49); }
H1.HeaderClassName
{
color: #3B3331;
}
.AnyTagClassName
{
color: #3B3331;
}
</style>
background-color css
<style>
a { background-color: #3B3331; }
a { background-color: rgb(59,51,49); }
div.DivClassName
{
background-color: #3B3331;
}
.BgClassName
{
background-color: #3B3331;
}
</style>
border-color css
<style>
span { border-color: #3B3331; }
span { border-color: rgb(59,51,49); }
td.TdClassName
{
border-color: #3B3331;
}
.TagClassName
{
border-color: #3B3331;
}
</style>