Shades of Firefly #315049
Tints of Firefly #315049
RGB
CMYK
RGB Variations
Color information
#315049 (or 0x315049) is known color: Firefly. HEX triplet: 31, 50 and 49. RGB value is (49,80,73). Sum of RGB (Red+Green+Blue) = 49+80+73=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #315049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315049 is #CEAFB6. Grayscale: #454545. Windows color (decimal): -13545399 or 4804657. OLE color: 4804657.
HSL color Cylindrical-coordinate representation of color #315049: hue angle of 166.45º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315049 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 73 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.69 |
| HSL | 166.45º | 0.24% | 0.25% | - |
| HSV(B) | 166.45º | 0.39% | 0.31% | - |
| XYZ | 5.34 | 6.87 | 7.35 | - |
| YUV | 69.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 73 | 0.39 | 0 | 0.09 | 0.69 | 166.45 | 0.24 | 0.25 |
| Hex | 31 | 50 | 49 | 27 | 0 | 9 | 45 | A6 | 18 | 19 |
| Octal | 61 | 120 | 111 | 47 | 0 | 11 | 105 | 246 | 30 | 31 |
| Binary | 110001 | 1010000 | 1001001 | 100111 | 0 | 1001 | 1000101 | 10100110 | 11000 | 11001 |
Color Harmonies of #315049
Complementary color
Monochromatic Colors of #315049
Black with #315049
Text Example
Text Example
White with #315049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315049; }
p { color: rgb(49,80,73); }
H1.HeaderClassName
{
color: #315049;
}
.AnyTagClassName
{
color: #315049;
}
</style>
background-color css
<style>
a { background-color: #315049; }
a { background-color: rgb(49,80,73); }
div.DivClassName
{
background-color: #315049;
}
.BgClassName
{
background-color: #315049;
}
</style>
border-color css
<style>
span { border-color: #315049; }
span { border-color: rgb(49,80,73); }
td.TdClassName
{
border-color: #315049;
}
.TagClassName
{
border-color: #315049;
}
</style>