Shades of Firefly #314846
Tints of Firefly #314846
RGB
CMYK
RGB Variations
Color information
#314846 (or 0x314846) is known color: Firefly. HEX triplet: 31, 48 and 46. RGB value is (49,72,70). Sum of RGB (Red+Green+Blue) = 49+72+70=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #314846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314846 is #CEB7B9. Grayscale: #404040. Windows color (decimal): -13547450 or 4606001. OLE color: 4606001.
HSL color Cylindrical-coordinate representation of color #314846: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314846 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 70 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.72 |
| HSL | 174.78º | 0.19% | 0.24% | - |
| HSV(B) | 174.78º | 0.32% | 0.28% | - |
| XYZ | 4.69 | 5.73 | 6.65 | - |
| YUV | 64.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 70 | 0.32 | 0 | 0.03 | 0.72 | 174.78 | 0.19 | 0.24 |
| Hex | 31 | 48 | 46 | 20 | 0 | 3 | 48 | AF | 13 | 18 |
| Octal | 61 | 110 | 106 | 40 | 0 | 3 | 110 | 257 | 23 | 30 |
| Binary | 110001 | 1001000 | 1000110 | 100000 | 0 | 11 | 1001000 | 10101111 | 10011 | 11000 |
Color Harmonies of #314846
Complementary color
Monochromatic Colors of #314846
Black with #314846
Text Example
Text Example
White with #314846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314846; }
p { color: rgb(49,72,70); }
H1.HeaderClassName
{
color: #314846;
}
.AnyTagClassName
{
color: #314846;
}
</style>
background-color css
<style>
a { background-color: #314846; }
a { background-color: rgb(49,72,70); }
div.DivClassName
{
background-color: #314846;
}
.BgClassName
{
background-color: #314846;
}
</style>
border-color css
<style>
span { border-color: #314846; }
span { border-color: rgb(49,72,70); }
td.TdClassName
{
border-color: #314846;
}
.TagClassName
{
border-color: #314846;
}
</style>