Shades of Firefly #393F3E
Tints of Firefly #393F3E
RGB
CMYK
RGB Variations
Color information
#393F3E (or 0x393F3E) is known color: Firefly. HEX triplet: 39, 3F and 3E. RGB value is (57,63,62). Sum of RGB (Red+Green+Blue) = 57+63+62=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 63 - color contains mainly: green. Hex color #393F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F3E is #C6C0C1. Grayscale: #3D3D3D. Windows color (decimal): -13025474 or 4079417. OLE color: 4079417.
HSL color Cylindrical-coordinate representation of color #393F3E: hue angle of 170º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #393F3E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 62 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.75 |
| HSL | 170º | 0.05% | 0.24% | - |
| HSV(B) | 170º | 0.1% | 0.25% | - |
| XYZ | 4.33 | 4.77 | 5.25 | - |
| YUV | 61.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 62 | 0.10 | 0 | 0.02 | 0.75 | 170 | 0.05 | 0.24 |
| Hex | 39 | 3F | 3E | A | 0 | 2 | 4B | AA | 5 | 18 |
| Octal | 71 | 77 | 76 | 12 | 0 | 2 | 113 | 252 | 5 | 30 |
| Binary | 111001 | 111111 | 111110 | 1010 | 0 | 10 | 1001011 | 10101010 | 101 | 11000 |
Color Harmonies of #393F3E
Complementary color
Monochromatic Colors of #393F3E
Black with #393F3E
Text Example
Text Example
White with #393F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F3E; }
p { color: rgb(57,63,62); }
H1.HeaderClassName
{
color: #393F3E;
}
.AnyTagClassName
{
color: #393F3E;
}
</style>
background-color css
<style>
a { background-color: #393F3E; }
a { background-color: rgb(57,63,62); }
div.DivClassName
{
background-color: #393F3E;
}
.BgClassName
{
background-color: #393F3E;
}
</style>
border-color css
<style>
span { border-color: #393F3E; }
span { border-color: rgb(57,63,62); }
td.TdClassName
{
border-color: #393F3E;
}
.TagClassName
{
border-color: #393F3E;
}
</style>