Shades of Firefly #3F4746
Tints of Firefly #3F4746
RGB
CMYK
RGB Variations
Color information
#3F4746 (or 0x3F4746) is known color: Firefly. HEX triplet: 3F, 47 and 46. RGB value is (63,71,70). Sum of RGB (Red+Green+Blue) = 63+71+70=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4746 is #C0B8B9. Grayscale: #444444. Windows color (decimal): -12630202 or 4605759. OLE color: 4605759.
HSL color Cylindrical-coordinate representation of color #3F4746: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4746 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 70 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.72 |
| HSL | 172.5º | 0.06% | 0.26% | - |
| HSV(B) | 172.5º | 0.11% | 0.28% | - |
| XYZ | 5.41 | 6.01 | 6.67 | - |
| YUV | 68.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 70 | 0.11 | 0 | 0.01 | 0.72 | 172.5 | 0.06 | 0.26 |
| Hex | 3F | 47 | 46 | B | 0 | 1 | 48 | AC | 6 | 1A |
| Octal | 77 | 107 | 106 | 13 | 0 | 1 | 110 | 254 | 6 | 32 |
| Binary | 111111 | 1000111 | 1000110 | 1011 | 0 | 1 | 1001000 | 10101100 | 110 | 11010 |
Color Harmonies of #3F4746
Complementary color
Monochromatic Colors of #3F4746
Black with #3F4746
Text Example
Text Example
White with #3F4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4746; }
p { color: rgb(63,71,70); }
H1.HeaderClassName
{
color: #3F4746;
}
.AnyTagClassName
{
color: #3F4746;
}
</style>
background-color css
<style>
a { background-color: #3F4746; }
a { background-color: rgb(63,71,70); }
div.DivClassName
{
background-color: #3F4746;
}
.BgClassName
{
background-color: #3F4746;
}
</style>
border-color css
<style>
span { border-color: #3F4746; }
span { border-color: rgb(63,71,70); }
td.TdClassName
{
border-color: #3F4746;
}
.TagClassName
{
border-color: #3F4746;
}
</style>