Shades of Gondola #3B3534
Tints of Gondola #3B3534
RGB
CMYK
RGB Variations
Color information
#3B3534 (or 0x3B3534) is known color: Gondola. HEX triplet: 3B, 35 and 34. RGB value is (59,53,52). Sum of RGB (Red+Green+Blue) = 59+53+52=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3534 is #C4CACB. Grayscale: #363636. Windows color (decimal): -12896972 or 3421499. OLE color: 3421499.
HSL color Cylindrical-coordinate representation of color #3B3534: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3534 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 52 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.77 |
| HSL | 8.57º | 0.06% | 0.22% | - |
| HSV(B) | 8.57º | 0.12% | 0.23% | - |
| XYZ | 3.7 | 3.72 | 3.77 | - |
| YUV | 54.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 52 | 0 | 0.10 | 0.12 | 0.77 | 8.57 | 0.06 | 0.22 |
| Hex | 3B | 35 | 34 | 0 | A | C | 4D | 9 | 6 | 16 |
| Octal | 73 | 65 | 64 | 0 | 12 | 14 | 115 | 11 | 6 | 26 |
| Binary | 111011 | 110101 | 110100 | 0 | 1010 | 1100 | 1001101 | 1001 | 110 | 10110 |
Color Harmonies of #3B3534
Complementary color
Monochromatic Colors of #3B3534
Black with #3B3534
Text Example
Text Example
White with #3B3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3534; }
p { color: rgb(59,53,52); }
H1.HeaderClassName
{
color: #3B3534;
}
.AnyTagClassName
{
color: #3B3534;
}
</style>
background-color css
<style>
a { background-color: #3B3534; }
a { background-color: rgb(59,53,52); }
div.DivClassName
{
background-color: #3B3534;
}
.BgClassName
{
background-color: #3B3534;
}
</style>
border-color css
<style>
span { border-color: #3B3534; }
span { border-color: rgb(59,53,52); }
td.TdClassName
{
border-color: #3B3534;
}
.TagClassName
{
border-color: #3B3534;
}
</style>