Shades of Gossamer #31A084
Tints of Gossamer #31A084
RGB
CMYK
RGB Variations
Color information
#31A084 (or 0x31A084) is known color: Gossamer. HEX triplet: 31, A0 and 84. RGB value is (49,160,132). Sum of RGB (Red+Green+Blue) = 49+160+132=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #31A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A084 is #CE5F7B. Grayscale: #7B7B7B. Windows color (decimal): -13524860 or 8691761. OLE color: 8691761.
HSL color Cylindrical-coordinate representation of color #31A084: hue angle of 164.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A084 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 132 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.37 |
| HSL | 164.86º | 0.53% | 0.41% | - |
| HSV(B) | 164.86º | 0.69% | 0.63% | - |
| XYZ | 18 | 27.46 | 26.18 | - |
| YUV | 123.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 132 | 0.69 | 0 | 0.17 | 0.37 | 164.86 | 0.53 | 0.41 |
| Hex | 31 | A0 | 84 | 45 | 0 | 11 | 25 | A5 | 35 | 29 |
| Octal | 61 | 240 | 204 | 105 | 0 | 21 | 45 | 245 | 65 | 51 |
| Binary | 110001 | 10100000 | 10000100 | 1000101 | 0 | 10001 | 100101 | 10100101 | 110101 | 101001 |
Color Harmonies of #31A084
Complementary color
Monochromatic Colors of #31A084
Black with #31A084
Text Example
Text Example
White with #31A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A084; }
p { color: rgb(49,160,132); }
H1.HeaderClassName
{
color: #31A084;
}
.AnyTagClassName
{
color: #31A084;
}
</style>
background-color css
<style>
a { background-color: #31A084; }
a { background-color: rgb(49,160,132); }
div.DivClassName
{
background-color: #31A084;
}
.BgClassName
{
background-color: #31A084;
}
</style>
border-color css
<style>
span { border-color: #31A084; }
span { border-color: rgb(49,160,132); }
td.TdClassName
{
border-color: #31A084;
}
.TagClassName
{
border-color: #31A084;
}
</style>