Shades of Firefly #3F4444
Tints of Firefly #3F4444
RGB
CMYK
RGB Variations
Color information
#3F4444 (or 0x3F4444) is known color: Firefly. HEX triplet: 3F, 44 and 44. RGB value is (63,68,68). Sum of RGB (Red+Green+Blue) = 63+68+68=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #3F4444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4444 is #C0BBBB. Grayscale: #424242. Windows color (decimal): -12630972 or 4473919. OLE color: 4473919.
HSL color Cylindrical-coordinate representation of color #3F4444: hue angle of 180º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3F4444 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 68 | - |
| CMYK | 0.07 | 0 | 0 | 0.73 |
| HSL | 180º | 0.04% | 0.26% | - |
| HSV(B) | 180º | 0.07% | 0.27% | - |
| XYZ | 5.16 | 5.61 | 6.28 | - |
| YUV | 66.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 68 | 0.07 | 0 | 0 | 0.73 | 180 | 0.04 | 0.26 |
| Hex | 3F | 44 | 44 | 7 | 0 | 0 | 49 | B4 | 4 | 1A |
| Octal | 77 | 104 | 104 | 7 | 0 | 0 | 111 | 264 | 4 | 32 |
| Binary | 111111 | 1000100 | 1000100 | 111 | 0 | 0 | 1001001 | 10110100 | 100 | 11010 |
Color Harmonies of #3F4444
Complementary color
Monochromatic Colors of #3F4444
Black with #3F4444
Text Example
Text Example
White with #3F4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4444; }
p { color: rgb(63,68,68); }
H1.HeaderClassName
{
color: #3F4444;
}
.AnyTagClassName
{
color: #3F4444;
}
</style>
background-color css
<style>
a { background-color: #3F4444; }
a { background-color: rgb(63,68,68); }
div.DivClassName
{
background-color: #3F4444;
}
.BgClassName
{
background-color: #3F4444;
}
</style>
border-color css
<style>
span { border-color: #3F4444; }
span { border-color: rgb(63,68,68); }
td.TdClassName
{
border-color: #3F4444;
}
.TagClassName
{
border-color: #3F4444;
}
</style>