Shades of Firefly #39413F
Tints of Firefly #39413F
RGB
CMYK
RGB Variations
Color information
#39413F (or 0x39413F) is known color: Firefly. HEX triplet: 39, 41 and 3F. RGB value is (57,65,63). Sum of RGB (Red+Green+Blue) = 57+65+63=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #39413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39413F is #C6BEC0. Grayscale: #3E3E3E. Windows color (decimal): -13024961 or 4145465. OLE color: 4145465.
HSL color Cylindrical-coordinate representation of color #39413F: hue angle of 165º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #39413F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 63 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.75 |
| HSL | 165º | 0.07% | 0.24% | - |
| HSV(B) | 165º | 0.12% | 0.25% | - |
| XYZ | 4.47 | 5.01 | 5.43 | - |
| YUV | 62.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 63 | 0.12 | 0 | 0.03 | 0.75 | 165 | 0.07 | 0.24 |
| Hex | 39 | 41 | 3F | C | 0 | 3 | 4B | A5 | 7 | 18 |
| Octal | 71 | 101 | 77 | 14 | 0 | 3 | 113 | 245 | 7 | 30 |
| Binary | 111001 | 1000001 | 111111 | 1100 | 0 | 11 | 1001011 | 10100101 | 111 | 11000 |
Color Harmonies of #39413F
Complementary color
Monochromatic Colors of #39413F
Black with #39413F
Text Example
Text Example
White with #39413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39413F; }
p { color: rgb(57,65,63); }
H1.HeaderClassName
{
color: #39413F;
}
.AnyTagClassName
{
color: #39413F;
}
</style>
background-color css
<style>
a { background-color: #39413F; }
a { background-color: rgb(57,65,63); }
div.DivClassName
{
background-color: #39413F;
}
.BgClassName
{
background-color: #39413F;
}
</style>
border-color css
<style>
span { border-color: #39413F; }
span { border-color: rgb(57,65,63); }
td.TdClassName
{
border-color: #39413F;
}
.TagClassName
{
border-color: #39413F;
}
</style>