Shades of Firefly #313E3D
Tints of Firefly #313E3D
RGB
CMYK
RGB Variations
Color information
#313E3D (or 0x313E3D) is known color: Firefly. HEX triplet: 31, 3E and 3D. RGB value is (49,62,61). Sum of RGB (Red+Green+Blue) = 49+62+61=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #313E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E3D is #CEC1C2. Grayscale: #393939. Windows color (decimal): -13550019 or 4013617. OLE color: 4013617.
HSL color Cylindrical-coordinate representation of color #313E3D: hue angle of 175.38º 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 #313E3D is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 61 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.76 |
| HSL | 175.38º | 0.12% | 0.22% | - |
| HSV(B) | 175.38º | 0.21% | 0.24% | - |
| XYZ | 3.83 | 4.44 | 5.07 | - |
| YUV | 58 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 61 | 0.21 | 0 | 0.02 | 0.76 | 175.38 | 0.12 | 0.22 |
| Hex | 31 | 3E | 3D | 15 | 0 | 2 | 4C | AF | C | 16 |
| Octal | 61 | 76 | 75 | 25 | 0 | 2 | 114 | 257 | 14 | 26 |
| Binary | 110001 | 111110 | 111101 | 10101 | 0 | 10 | 1001100 | 10101111 | 1100 | 10110 |
Color Harmonies of #313E3D
Complementary color
Monochromatic Colors of #313E3D
Black with #313E3D
Text Example
Text Example
White with #313E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E3D; }
p { color: rgb(49,62,61); }
H1.HeaderClassName
{
color: #313E3D;
}
.AnyTagClassName
{
color: #313E3D;
}
</style>
background-color css
<style>
a { background-color: #313E3D; }
a { background-color: rgb(49,62,61); }
div.DivClassName
{
background-color: #313E3D;
}
.BgClassName
{
background-color: #313E3D;
}
</style>
border-color css
<style>
span { border-color: #313E3D; }
span { border-color: rgb(49,62,61); }
td.TdClassName
{
border-color: #313E3D;
}
.TagClassName
{
border-color: #313E3D;
}
</style>