Shades of Firefly #3B4947
Tints of Firefly #3B4947
RGB
CMYK
RGB Variations
Color information
#3B4947 (or 0x3B4947) is known color: Firefly. HEX triplet: 3B, 49 and 47. RGB value is (59,73,71). Sum of RGB (Red+Green+Blue) = 59+73+71=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4947 is #C4B6B8. Grayscale: #444444. Windows color (decimal): -12891833 or 4671803. OLE color: 4671803.
HSL color Cylindrical-coordinate representation of color #3B4947: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B4947 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 73 | 71 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.71 |
| HSL | 171.43º | 0.11% | 0.26% | - |
| HSV(B) | 171.43º | 0.19% | 0.29% | - |
| XYZ | 5.32 | 6.15 | 6.87 | - |
| YUV | 68.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 71 | 0.19 | 0 | 0.03 | 0.71 | 171.43 | 0.11 | 0.26 |
| Hex | 3B | 49 | 47 | 13 | 0 | 3 | 47 | AB | B | 1A |
| Octal | 73 | 111 | 107 | 23 | 0 | 3 | 107 | 253 | 13 | 32 |
| Binary | 111011 | 1001001 | 1000111 | 10011 | 0 | 11 | 1000111 | 10101011 | 1011 | 11010 |
Color Harmonies of #3B4947
Complementary color
Monochromatic Colors of #3B4947
Black with #3B4947
Text Example
Text Example
White with #3B4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4947; }
p { color: rgb(59,73,71); }
H1.HeaderClassName
{
color: #3B4947;
}
.AnyTagClassName
{
color: #3B4947;
}
</style>
background-color css
<style>
a { background-color: #3B4947; }
a { background-color: rgb(59,73,71); }
div.DivClassName
{
background-color: #3B4947;
}
.BgClassName
{
background-color: #3B4947;
}
</style>
border-color css
<style>
span { border-color: #3B4947; }
span { border-color: rgb(59,73,71); }
td.TdClassName
{
border-color: #3B4947;
}
.TagClassName
{
border-color: #3B4947;
}
</style>