Shades of Gondola #3B3837
Tints of Gondola #3B3837
RGB
CMYK
RGB Variations
Color information
#3B3837 (or 0x3B3837) is known color: Gondola. HEX triplet: 3B, 38 and 37. RGB value is (59,56,55). Sum of RGB (Red+Green+Blue) = 59+56+55=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3837 is #C4C7C8. Grayscale: #383838. Windows color (decimal): -12896201 or 3618875. OLE color: 3618875.
HSL color Cylindrical-coordinate representation of color #3B3837: hue angle of 15º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3B3837 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 55 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.77 |
| HSL | 15º | 0.04% | 0.22% | - |
| HSV(B) | 15º | 0.07% | 0.23% | - |
| XYZ | 3.91 | 4.03 | 4.19 | - |
| YUV | 56.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 55 | 0 | 0.05 | 0.07 | 0.77 | 15 | 0.04 | 0.22 |
| Hex | 3B | 38 | 37 | 0 | 5 | 7 | 4D | F | 4 | 16 |
| Octal | 73 | 70 | 67 | 0 | 5 | 7 | 115 | 17 | 4 | 26 |
| Binary | 111011 | 111000 | 110111 | 0 | 101 | 111 | 1001101 | 1111 | 100 | 10110 |
Color Harmonies of #3B3837
Complementary color
Monochromatic Colors of #3B3837
Black with #3B3837
Text Example
Text Example
White with #3B3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3837; }
p { color: rgb(59,56,55); }
H1.HeaderClassName
{
color: #3B3837;
}
.AnyTagClassName
{
color: #3B3837;
}
</style>
background-color css
<style>
a { background-color: #3B3837; }
a { background-color: rgb(59,56,55); }
div.DivClassName
{
background-color: #3B3837;
}
.BgClassName
{
background-color: #3B3837;
}
</style>
border-color css
<style>
span { border-color: #3B3837; }
span { border-color: rgb(59,56,55); }
td.TdClassName
{
border-color: #3B3837;
}
.TagClassName
{
border-color: #3B3837;
}
</style>