Shades of Gondola #3E332F
Tints of Gondola #3E332F
RGB
CMYK
RGB Variations
Color information
#3E332F (or 0x3E332F) is known color: Gondola. HEX triplet: 3E, 33 and 2F. RGB value is (62,51,47). Sum of RGB (Red+Green+Blue) = 62+51+47=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 62 - color contains mainly: red. Hex color #3E332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E332F is #C1CCD0. Grayscale: #353535. Windows color (decimal): -12700881 or 3093310. OLE color: 3093310.
HSL color Cylindrical-coordinate representation of color #3E332F: hue angle of 16º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E332F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 47 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.76 |
| HSL | 16º | 0.14% | 0.21% | - |
| HSV(B) | 16º | 0.24% | 0.24% | - |
| XYZ | 3.68 | 3.6 | 3.19 | - |
| YUV | 53.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 47 | 0 | 0.18 | 0.24 | 0.76 | 16 | 0.14 | 0.21 |
| Hex | 3E | 33 | 2F | 0 | 12 | 18 | 4C | 10 | E | 15 |
| Octal | 76 | 63 | 57 | 0 | 22 | 30 | 114 | 20 | 16 | 25 |
| Binary | 111110 | 110011 | 101111 | 0 | 10010 | 11000 | 1001100 | 10000 | 1110 | 10101 |
Color Harmonies of #3E332F
Complementary color
Monochromatic Colors of #3E332F
Black with #3E332F
Text Example
Text Example
White with #3E332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E332F; }
p { color: rgb(62,51,47); }
H1.HeaderClassName
{
color: #3E332F;
}
.AnyTagClassName
{
color: #3E332F;
}
</style>
background-color css
<style>
a { background-color: #3E332F; }
a { background-color: rgb(62,51,47); }
div.DivClassName
{
background-color: #3E332F;
}
.BgClassName
{
background-color: #3E332F;
}
</style>
border-color css
<style>
span { border-color: #3E332F; }
span { border-color: rgb(62,51,47); }
td.TdClassName
{
border-color: #3E332F;
}
.TagClassName
{
border-color: #3E332F;
}
</style>