Shades of Gondola #3D3331
Tints of Gondola #3D3331
RGB
CMYK
RGB Variations
Color information
#3D3331 (or 0x3D3331) is known color: Gondola. HEX triplet: 3D, 33 and 31. RGB value is (61,51,49). Sum of RGB (Red+Green+Blue) = 61+51+49=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3331 is #C2CCCE. Grayscale: #353535. Windows color (decimal): -12766415 or 3224381. OLE color: 3224381.
HSL color Cylindrical-coordinate representation of color #3D3331: hue angle of 10º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3331 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 49 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.76 |
| HSL | 10º | 0.11% | 0.22% | - |
| HSV(B) | 10º | 0.2% | 0.24% | - |
| XYZ | 3.66 | 3.58 | 3.4 | - |
| YUV | 53.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 49 | 0 | 0.16 | 0.20 | 0.76 | 10 | 0.11 | 0.22 |
| Hex | 3D | 33 | 31 | 0 | 10 | 14 | 4C | A | B | 16 |
| Octal | 75 | 63 | 61 | 0 | 20 | 24 | 114 | 12 | 13 | 26 |
| Binary | 111101 | 110011 | 110001 | 0 | 10000 | 10100 | 1001100 | 1010 | 1011 | 10110 |
Color Harmonies of #3D3331
Complementary color
Monochromatic Colors of #3D3331
Black with #3D3331
Text Example
Text Example
White with #3D3331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3331; }
p { color: rgb(61,51,49); }
H1.HeaderClassName
{
color: #3D3331;
}
.AnyTagClassName
{
color: #3D3331;
}
</style>
background-color css
<style>
a { background-color: #3D3331; }
a { background-color: rgb(61,51,49); }
div.DivClassName
{
background-color: #3D3331;
}
.BgClassName
{
background-color: #3D3331;
}
</style>
border-color css
<style>
span { border-color: #3D3331; }
span { border-color: rgb(61,51,49); }
td.TdClassName
{
border-color: #3D3331;
}
.TagClassName
{
border-color: #3D3331;
}
</style>