Shades of Gondola #37312F
Tints of Gondola #37312F
RGB
CMYK
RGB Variations
Color information
#37312F (or 0x37312F) is known color: Gondola. HEX triplet: 37, 31 and 2F. RGB value is (55,49,47). Sum of RGB (Red+Green+Blue) = 55+49+47=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 55 - color contains mainly: red. Hex color #37312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37312F is #C8CED0. Grayscale: #323232. Windows color (decimal): -13160145 or 3092791. OLE color: 3092791.
HSL color Cylindrical-coordinate representation of color #37312F: hue angle of 15º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37312F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 47 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.78 |
| HSL | 15º | 0.08% | 0.2% | - |
| HSV(B) | 15º | 0.15% | 0.22% | - |
| XYZ | 3.19 | 3.21 | 3.14 | - |
| YUV | 50.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 47 | 0 | 0.11 | 0.15 | 0.78 | 15 | 0.08 | 0.2 |
| Hex | 37 | 31 | 2F | 0 | B | F | 4E | F | 8 | 14 |
| Octal | 67 | 61 | 57 | 0 | 13 | 17 | 116 | 17 | 10 | 24 |
| Binary | 110111 | 110001 | 101111 | 0 | 1011 | 1111 | 1001110 | 1111 | 1000 | 10100 |
Color Harmonies of #37312F
Complementary color
Monochromatic Colors of #37312F
Black with #37312F
Text Example
Text Example
White with #37312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37312F; }
p { color: rgb(55,49,47); }
H1.HeaderClassName
{
color: #37312F;
}
.AnyTagClassName
{
color: #37312F;
}
</style>
background-color css
<style>
a { background-color: #37312F; }
a { background-color: rgb(55,49,47); }
div.DivClassName
{
background-color: #37312F;
}
.BgClassName
{
background-color: #37312F;
}
</style>
border-color css
<style>
span { border-color: #37312F; }
span { border-color: rgb(55,49,47); }
td.TdClassName
{
border-color: #37312F;
}
.TagClassName
{
border-color: #37312F;
}
</style>