Shades of Gossamer #31A389
Tints of Gossamer #31A389
RGB
CMYK
RGB Variations
Color information
#31A389 (or 0x31A389) is known color: Gossamer. HEX triplet: 31, A3 and 89. RGB value is (49,163,137). Sum of RGB (Red+Green+Blue) = 49+163+137=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #31A389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A389 is #CE5C76. Grayscale: #7D7D7D. Windows color (decimal): -13524087 or 9020209. OLE color: 9020209.
HSL color Cylindrical-coordinate representation of color #31A389: hue angle of 166.32º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A389 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 137 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.36 |
| HSL | 166.32º | 0.54% | 0.42% | - |
| HSV(B) | 166.32º | 0.7% | 0.64% | - |
| XYZ | 18.88 | 28.65 | 28.2 | - |
| YUV | 125.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 137 | 0.70 | 0 | 0.16 | 0.36 | 166.32 | 0.54 | 0.42 |
| Hex | 31 | A3 | 89 | 46 | 0 | 10 | 24 | A6 | 36 | 2A |
| Octal | 61 | 243 | 211 | 106 | 0 | 20 | 44 | 246 | 66 | 52 |
| Binary | 110001 | 10100011 | 10001001 | 1000110 | 0 | 10000 | 100100 | 10100110 | 110110 | 101010 |
Color Harmonies of #31A389
Complementary color
Monochromatic Colors of #31A389
Black with #31A389
Text Example
Text Example
White with #31A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A389; }
p { color: rgb(49,163,137); }
H1.HeaderClassName
{
color: #31A389;
}
.AnyTagClassName
{
color: #31A389;
}
</style>
background-color css
<style>
a { background-color: #31A389; }
a { background-color: rgb(49,163,137); }
div.DivClassName
{
background-color: #31A389;
}
.BgClassName
{
background-color: #31A389;
}
</style>
border-color css
<style>
span { border-color: #31A389; }
span { border-color: rgb(49,163,137); }
td.TdClassName
{
border-color: #31A389;
}
.TagClassName
{
border-color: #31A389;
}
</style>