Shades of Firefly #334140
Tints of Firefly #334140
RGB
CMYK
RGB Variations
Color information
#334140 (or 0x334140) is known color: Firefly. HEX triplet: 33, 41 and 40. RGB value is (51,65,64). Sum of RGB (Red+Green+Blue) = 51+65+64=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #334140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334140 is #CCBEBF. Grayscale: #3C3C3C. Windows color (decimal): -13418176 or 4210995. OLE color: 4210995.
HSL color Cylindrical-coordinate representation of color #334140: hue angle of 175.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #334140 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 64 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.75 |
| HSL | 175.71º | 0.12% | 0.23% | - |
| HSV(B) | 175.71º | 0.22% | 0.25% | - |
| XYZ | 4.18 | 4.85 | 5.57 | - |
| YUV | 60.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 64 | 0.22 | 0 | 0.02 | 0.75 | 175.71 | 0.12 | 0.23 |
| Hex | 33 | 41 | 40 | 16 | 0 | 2 | 4B | B0 | C | 17 |
| Octal | 63 | 101 | 100 | 26 | 0 | 2 | 113 | 260 | 14 | 27 |
| Binary | 110011 | 1000001 | 1000000 | 10110 | 0 | 10 | 1001011 | 10110000 | 1100 | 10111 |
Color Harmonies of #334140
Complementary color
Monochromatic Colors of #334140
Black with #334140
Text Example
Text Example
White with #334140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334140; }
p { color: rgb(51,65,64); }
H1.HeaderClassName
{
color: #334140;
}
.AnyTagClassName
{
color: #334140;
}
</style>
background-color css
<style>
a { background-color: #334140; }
a { background-color: rgb(51,65,64); }
div.DivClassName
{
background-color: #334140;
}
.BgClassName
{
background-color: #334140;
}
</style>
border-color css
<style>
span { border-color: #334140; }
span { border-color: rgb(51,65,64); }
td.TdClassName
{
border-color: #334140;
}
.TagClassName
{
border-color: #334140;
}
</style>