Shades of Firefly #3E4343
Tints of Firefly #3E4343
RGB
CMYK
RGB Variations
Color information
#3E4343 (or 0x3E4343) is known color: Firefly. HEX triplet: 3E, 43 and 43. RGB value is (62,67,67). Sum of RGB (Red+Green+Blue) = 62+67+67=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #3E4343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4343 is #C1BCBC. Grayscale: #414141. Windows color (decimal): -12696765 or 4408126. OLE color: 4408126.
HSL color Cylindrical-coordinate representation of color #3E4343: hue angle of 180º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3E4343 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 67 | - |
| CMYK | 0.07 | 0 | 0 | 0.74 |
| HSL | 180º | 0.04% | 0.25% | - |
| HSV(B) | 180º | 0.07% | 0.26% | - |
| XYZ | 5.01 | 5.44 | 6.1 | - |
| YUV | 65.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 67 | 0.07 | 0 | 0 | 0.74 | 180 | 0.04 | 0.25 |
| Hex | 3E | 43 | 43 | 7 | 0 | 0 | 4A | B4 | 4 | 19 |
| Octal | 76 | 103 | 103 | 7 | 0 | 0 | 112 | 264 | 4 | 31 |
| Binary | 111110 | 1000011 | 1000011 | 111 | 0 | 0 | 1001010 | 10110100 | 100 | 11001 |
Color Harmonies of #3E4343
Complementary color
Monochromatic Colors of #3E4343
Black with #3E4343
Text Example
Text Example
White with #3E4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4343; }
p { color: rgb(62,67,67); }
H1.HeaderClassName
{
color: #3E4343;
}
.AnyTagClassName
{
color: #3E4343;
}
</style>
background-color css
<style>
a { background-color: #3E4343; }
a { background-color: rgb(62,67,67); }
div.DivClassName
{
background-color: #3E4343;
}
.BgClassName
{
background-color: #3E4343;
}
</style>
border-color css
<style>
span { border-color: #3E4343; }
span { border-color: rgb(62,67,67); }
td.TdClassName
{
border-color: #3E4343;
}
.TagClassName
{
border-color: #3E4343;
}
</style>