Shades of Firefly #314141
Tints of Firefly #314141
RGB
CMYK
RGB Variations
Color information
#314141 (or 0x314141) is known color: Firefly. HEX triplet: 31, 41 and 41. RGB value is (49,65,65). Sum of RGB (Red+Green+Blue) = 49+65+65=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #314141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314141 is #CEBEBE. Grayscale: #3C3C3C. Windows color (decimal): -13549247 or 4276529. OLE color: 4276529.
HSL color Cylindrical-coordinate representation of color #314141: hue angle of 180º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #314141 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 65 | - |
| CMYK | 0.25 | 0 | 0 | 0.75 |
| HSL | 180º | 0.14% | 0.22% | - |
| HSV(B) | 180º | 0.25% | 0.25% | - |
| XYZ | 4.11 | 4.82 | 5.71 | - |
| YUV | 60.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 65 | 0.25 | 0 | 0 | 0.75 | 180 | 0.14 | 0.22 |
| Hex | 31 | 41 | 41 | 19 | 0 | 0 | 4B | B4 | E | 16 |
| Octal | 61 | 101 | 101 | 31 | 0 | 0 | 113 | 264 | 16 | 26 |
| Binary | 110001 | 1000001 | 1000001 | 11001 | 0 | 0 | 1001011 | 10110100 | 1110 | 10110 |
Color Harmonies of #314141
Complementary color
Monochromatic Colors of #314141
Black with #314141
Text Example
Text Example
White with #314141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314141; }
p { color: rgb(49,65,65); }
H1.HeaderClassName
{
color: #314141;
}
.AnyTagClassName
{
color: #314141;
}
</style>
background-color css
<style>
a { background-color: #314141; }
a { background-color: rgb(49,65,65); }
div.DivClassName
{
background-color: #314141;
}
.BgClassName
{
background-color: #314141;
}
</style>
border-color css
<style>
span { border-color: #314141; }
span { border-color: rgb(49,65,65); }
td.TdClassName
{
border-color: #314141;
}
.TagClassName
{
border-color: #314141;
}
</style>