Shades of Gondola #3D3532
Tints of Gondola #3D3532
RGB
CMYK
RGB Variations
Color information
#3D3532 (or 0x3D3532) is known color: Gondola. HEX triplet: 3D, 35 and 32. RGB value is (61,53,50). Sum of RGB (Red+Green+Blue) = 61+53+50=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3532 is #C2CACD. Grayscale: #373737. Windows color (decimal): -12765902 or 3290429. OLE color: 3290429.
HSL color Cylindrical-coordinate representation of color #3D3532: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3532 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 50 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.76 |
| HSL | 16.36º | 0.1% | 0.22% | - |
| HSV(B) | 16.36º | 0.18% | 0.24% | - |
| XYZ | 3.77 | 3.77 | 3.55 | - |
| YUV | 55.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 50 | 0 | 0.13 | 0.18 | 0.76 | 16.36 | 0.1 | 0.22 |
| Hex | 3D | 35 | 32 | 0 | D | 12 | 4C | 10 | A | 16 |
| Octal | 75 | 65 | 62 | 0 | 15 | 22 | 114 | 20 | 12 | 26 |
| Binary | 111101 | 110101 | 110010 | 0 | 1101 | 10010 | 1001100 | 10000 | 1010 | 10110 |
Color Harmonies of #3D3532
Complementary color
Monochromatic Colors of #3D3532
Black with #3D3532
Text Example
Text Example
White with #3D3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3532; }
p { color: rgb(61,53,50); }
H1.HeaderClassName
{
color: #3D3532;
}
.AnyTagClassName
{
color: #3D3532;
}
</style>
background-color css
<style>
a { background-color: #3D3532; }
a { background-color: rgb(61,53,50); }
div.DivClassName
{
background-color: #3D3532;
}
.BgClassName
{
background-color: #3D3532;
}
</style>
border-color css
<style>
span { border-color: #3D3532; }
span { border-color: rgb(61,53,50); }
td.TdClassName
{
border-color: #3D3532;
}
.TagClassName
{
border-color: #3D3532;
}
</style>