Shades of Firefly #3C4241
Tints of Firefly #3C4241
RGB
CMYK
RGB Variations
Color information
#3C4241 (or 0x3C4241) is known color: Firefly. HEX triplet: 3C, 42 and 41. RGB value is (60,66,65). Sum of RGB (Red+Green+Blue) = 60+66+65=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4241 is #C3BDBE. Grayscale: #404040. Windows color (decimal): -12828095 or 4276796. OLE color: 4276796.
HSL color Cylindrical-coordinate representation of color #3C4241: hue angle of 170º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C4241 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 66 | 65 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.74 |
| HSL | 170º | 0.05% | 0.25% | - |
| HSV(B) | 170º | 0.09% | 0.26% | - |
| XYZ | 4.77 | 5.24 | 5.76 | - |
| YUV | 64.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 65 | 0.09 | 0 | 0.02 | 0.74 | 170 | 0.05 | 0.25 |
| Hex | 3C | 42 | 41 | 9 | 0 | 2 | 4A | AA | 5 | 19 |
| Octal | 74 | 102 | 101 | 11 | 0 | 2 | 112 | 252 | 5 | 31 |
| Binary | 111100 | 1000010 | 1000001 | 1001 | 0 | 10 | 1001010 | 10101010 | 101 | 11001 |
Color Harmonies of #3C4241
Complementary color
Monochromatic Colors of #3C4241
Black with #3C4241
Text Example
Text Example
White with #3C4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4241; }
p { color: rgb(60,66,65); }
H1.HeaderClassName
{
color: #3C4241;
}
.AnyTagClassName
{
color: #3C4241;
}
</style>
background-color css
<style>
a { background-color: #3C4241; }
a { background-color: rgb(60,66,65); }
div.DivClassName
{
background-color: #3C4241;
}
.BgClassName
{
background-color: #3C4241;
}
</style>
border-color css
<style>
span { border-color: #3C4241; }
span { border-color: rgb(60,66,65); }
td.TdClassName
{
border-color: #3C4241;
}
.TagClassName
{
border-color: #3C4241;
}
</style>