Shades of Firefly #314745
Tints of Firefly #314745
RGB
CMYK
RGB Variations
Color information
#314745 (or 0x314745) is known color: Firefly. HEX triplet: 31, 47 and 45. RGB value is (49,71,69). Sum of RGB (Red+Green+Blue) = 49+71+69=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #314745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314745 is #CEB8BA. Grayscale: #404040. Windows color (decimal): -13547707 or 4540209. OLE color: 4540209.
HSL color Cylindrical-coordinate representation of color #314745: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314745 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 69 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.72 |
| HSL | 174.55º | 0.18% | 0.24% | - |
| HSV(B) | 174.55º | 0.31% | 0.28% | - |
| XYZ | 4.59 | 5.59 | 6.47 | - |
| YUV | 64.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 69 | 0.31 | 0 | 0.03 | 0.72 | 174.55 | 0.18 | 0.24 |
| Hex | 31 | 47 | 45 | 1F | 0 | 3 | 48 | AF | 12 | 18 |
| Octal | 61 | 107 | 105 | 37 | 0 | 3 | 110 | 257 | 22 | 30 |
| Binary | 110001 | 1000111 | 1000101 | 11111 | 0 | 11 | 1001000 | 10101111 | 10010 | 11000 |
Color Harmonies of #314745
Complementary color
Monochromatic Colors of #314745
Black with #314745
Text Example
Text Example
White with #314745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314745; }
p { color: rgb(49,71,69); }
H1.HeaderClassName
{
color: #314745;
}
.AnyTagClassName
{
color: #314745;
}
</style>
background-color css
<style>
a { background-color: #314745; }
a { background-color: rgb(49,71,69); }
div.DivClassName
{
background-color: #314745;
}
.BgClassName
{
background-color: #314745;
}
</style>
border-color css
<style>
span { border-color: #314745; }
span { border-color: rgb(49,71,69); }
td.TdClassName
{
border-color: #314745;
}
.TagClassName
{
border-color: #314745;
}
</style>