Shades of Gondola #3D3837
Tints of Gondola #3D3837
RGB
CMYK
RGB Variations
Color information
#3D3837 (or 0x3D3837) is known color: Gondola. HEX triplet: 3D, 38 and 37. RGB value is (61,56,55). Sum of RGB (Red+Green+Blue) = 61+56+55=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3837 is #C2C7C8. Grayscale: #393939. Windows color (decimal): -12765129 or 3618877. OLE color: 3618877.
HSL color Cylindrical-coordinate representation of color #3D3837: hue angle of 10º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3837 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 55 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.76 |
| HSL | 10º | 0.05% | 0.23% | - |
| HSV(B) | 10º | 0.1% | 0.24% | - |
| XYZ | 4.03 | 4.1 | 4.19 | - |
| YUV | 57.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 55 | 0 | 0.08 | 0.10 | 0.76 | 10 | 0.05 | 0.23 |
| Hex | 3D | 38 | 37 | 0 | 8 | A | 4C | A | 5 | 17 |
| Octal | 75 | 70 | 67 | 0 | 10 | 12 | 114 | 12 | 5 | 27 |
| Binary | 111101 | 111000 | 110111 | 0 | 1000 | 1010 | 1001100 | 1010 | 101 | 10111 |
Color Harmonies of #3D3837
Complementary color
Monochromatic Colors of #3D3837
Black with #3D3837
Text Example
Text Example
White with #3D3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3837; }
p { color: rgb(61,56,55); }
H1.HeaderClassName
{
color: #3D3837;
}
.AnyTagClassName
{
color: #3D3837;
}
</style>
background-color css
<style>
a { background-color: #3D3837; }
a { background-color: rgb(61,56,55); }
div.DivClassName
{
background-color: #3D3837;
}
.BgClassName
{
background-color: #3D3837;
}
</style>
border-color css
<style>
span { border-color: #3D3837; }
span { border-color: rgb(61,56,55); }
td.TdClassName
{
border-color: #3D3837;
}
.TagClassName
{
border-color: #3D3837;
}
</style>