Shades of Firefly #3B4847
Tints of Firefly #3B4847
RGB
CMYK
RGB Variations
Color information
#3B4847 (or 0x3B4847) is known color: Firefly. HEX triplet: 3B, 48 and 47. RGB value is (59,72,71). Sum of RGB (Red+Green+Blue) = 59+72+71=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4847 is #C4B7B8. Grayscale: #434343. Windows color (decimal): -12892089 or 4671547. OLE color: 4671547.
HSL color Cylindrical-coordinate representation of color #3B4847: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B4847 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 72 | 71 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.72 |
| HSL | 175.38º | 0.1% | 0.26% | - |
| HSV(B) | 175.38º | 0.18% | 0.28% | - |
| XYZ | 5.26 | 6.02 | 6.85 | - |
| YUV | 68 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 71 | 0.18 | 0 | 0.01 | 0.72 | 175.38 | 0.1 | 0.26 |
| Hex | 3B | 48 | 47 | 12 | 0 | 1 | 48 | AF | A | 1A |
| Octal | 73 | 110 | 107 | 22 | 0 | 1 | 110 | 257 | 12 | 32 |
| Binary | 111011 | 1001000 | 1000111 | 10010 | 0 | 1 | 1001000 | 10101111 | 1010 | 11010 |
Color Harmonies of #3B4847
Complementary color
Monochromatic Colors of #3B4847
Black with #3B4847
Text Example
Text Example
White with #3B4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4847; }
p { color: rgb(59,72,71); }
H1.HeaderClassName
{
color: #3B4847;
}
.AnyTagClassName
{
color: #3B4847;
}
</style>
background-color css
<style>
a { background-color: #3B4847; }
a { background-color: rgb(59,72,71); }
div.DivClassName
{
background-color: #3B4847;
}
.BgClassName
{
background-color: #3B4847;
}
</style>
border-color css
<style>
span { border-color: #3B4847; }
span { border-color: rgb(59,72,71); }
td.TdClassName
{
border-color: #3B4847;
}
.TagClassName
{
border-color: #3B4847;
}
</style>