Shades of Firefly #313E3C
Tints of Firefly #313E3C
RGB
CMYK
RGB Variations
Color information
#313E3C (or 0x313E3C) is known color: Firefly. HEX triplet: 31, 3E and 3C. RGB value is (49,62,60). Sum of RGB (Red+Green+Blue) = 49+62+60=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #313E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E3C is #CEC1C3. Grayscale: #393939. Windows color (decimal): -13550020 or 3948081. OLE color: 3948081.
HSL color Cylindrical-coordinate representation of color #313E3C: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E3C is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 60 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.76 |
| HSL | 170.77º | 0.12% | 0.22% | - |
| HSV(B) | 170.77º | 0.21% | 0.24% | - |
| XYZ | 3.8 | 4.42 | 4.93 | - |
| YUV | 57.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 60 | 0.21 | 0 | 0.03 | 0.76 | 170.77 | 0.12 | 0.22 |
| Hex | 31 | 3E | 3C | 15 | 0 | 3 | 4C | AB | C | 16 |
| Octal | 61 | 76 | 74 | 25 | 0 | 3 | 114 | 253 | 14 | 26 |
| Binary | 110001 | 111110 | 111100 | 10101 | 0 | 11 | 1001100 | 10101011 | 1100 | 10110 |
Color Harmonies of #313E3C
Complementary color
Monochromatic Colors of #313E3C
Black with #313E3C
Text Example
Text Example
White with #313E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E3C; }
p { color: rgb(49,62,60); }
H1.HeaderClassName
{
color: #313E3C;
}
.AnyTagClassName
{
color: #313E3C;
}
</style>
background-color css
<style>
a { background-color: #313E3C; }
a { background-color: rgb(49,62,60); }
div.DivClassName
{
background-color: #313E3C;
}
.BgClassName
{
background-color: #313E3C;
}
</style>
border-color css
<style>
span { border-color: #313E3C; }
span { border-color: rgb(49,62,60); }
td.TdClassName
{
border-color: #313E3C;
}
.TagClassName
{
border-color: #313E3C;
}
</style>