Shades of Gondola #3B3635
Tints of Gondola #3B3635
RGB
CMYK
RGB Variations
Color information
#3B3635 (or 0x3B3635) is known color: Gondola. HEX triplet: 3B, 36 and 35. RGB value is (59,54,53). Sum of RGB (Red+Green+Blue) = 59+54+53=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3635 is #C4C9CA. Grayscale: #373737. Windows color (decimal): -12896715 or 3487291. OLE color: 3487291.
HSL color Cylindrical-coordinate representation of color #3B3635: hue angle of 10º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3635 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 53 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.77 |
| HSL | 10º | 0.05% | 0.22% | - |
| HSV(B) | 10º | 0.1% | 0.23% | - |
| XYZ | 3.77 | 3.83 | 3.91 | - |
| YUV | 55.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 53 | 0 | 0.08 | 0.10 | 0.77 | 10 | 0.05 | 0.22 |
| Hex | 3B | 36 | 35 | 0 | 8 | A | 4D | A | 5 | 16 |
| Octal | 73 | 66 | 65 | 0 | 10 | 12 | 115 | 12 | 5 | 26 |
| Binary | 111011 | 110110 | 110101 | 0 | 1000 | 1010 | 1001101 | 1010 | 101 | 10110 |
Color Harmonies of #3B3635
Complementary color
Monochromatic Colors of #3B3635
Black with #3B3635
Text Example
Text Example
White with #3B3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3635; }
p { color: rgb(59,54,53); }
H1.HeaderClassName
{
color: #3B3635;
}
.AnyTagClassName
{
color: #3B3635;
}
</style>
background-color css
<style>
a { background-color: #3B3635; }
a { background-color: rgb(59,54,53); }
div.DivClassName
{
background-color: #3B3635;
}
.BgClassName
{
background-color: #3B3635;
}
</style>
border-color css
<style>
span { border-color: #3B3635; }
span { border-color: rgb(59,54,53); }
td.TdClassName
{
border-color: #3B3635;
}
.TagClassName
{
border-color: #3B3635;
}
</style>