Shades of Firefly #314947
Tints of Firefly #314947
RGB
CMYK
RGB Variations
Color information
#314947 (or 0x314947) is known color: Firefly. HEX triplet: 31, 49 and 47. RGB value is (49,73,71). Sum of RGB (Red+Green+Blue) = 49+73+71=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #314947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314947 is #CEB6B8. Grayscale: #414141. Windows color (decimal): -13547193 or 4671793. OLE color: 4671793.
HSL color Cylindrical-coordinate representation of color #314947: hue angle of 175º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314947 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 73 | 71 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.71 |
| HSL | 175º | 0.2% | 0.24% | - |
| HSV(B) | 175º | 0.33% | 0.29% | - |
| XYZ | 4.79 | 5.87 | 6.84 | - |
| YUV | 65.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 71 | 0.33 | 0 | 0.03 | 0.71 | 175 | 0.2 | 0.24 |
| Hex | 31 | 49 | 47 | 21 | 0 | 3 | 47 | AF | 14 | 18 |
| Octal | 61 | 111 | 107 | 41 | 0 | 3 | 107 | 257 | 24 | 30 |
| Binary | 110001 | 1001001 | 1000111 | 100001 | 0 | 11 | 1000111 | 10101111 | 10100 | 11000 |
Color Harmonies of #314947
Complementary color
Monochromatic Colors of #314947
Black with #314947
Text Example
Text Example
White with #314947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314947; }
p { color: rgb(49,73,71); }
H1.HeaderClassName
{
color: #314947;
}
.AnyTagClassName
{
color: #314947;
}
</style>
background-color css
<style>
a { background-color: #314947; }
a { background-color: rgb(49,73,71); }
div.DivClassName
{
background-color: #314947;
}
.BgClassName
{
background-color: #314947;
}
</style>
border-color css
<style>
span { border-color: #314947; }
span { border-color: rgb(49,73,71); }
td.TdClassName
{
border-color: #314947;
}
.TagClassName
{
border-color: #314947;
}
</style>