Shades of Firefly #294343
Tints of Firefly #294343
RGB
CMYK
RGB Variations
Color information
#294343 (or 0x294343) is known color: Firefly. HEX triplet: 29, 43 and 43. RGB value is (41,67,67). Sum of RGB (Red+Green+Blue) = 41+67+67=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #294343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294343 is #D6BCBC. Grayscale: #3B3B3B. Windows color (decimal): -14073021 or 4408105. OLE color: 4408105.
HSL color Cylindrical-coordinate representation of color #294343: hue angle of 180º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294343 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 67 | 67 | - |
| CMYK | 0.39 | 0 | 0 | 0.74 |
| HSL | 180º | 0.24% | 0.21% | - |
| HSV(B) | 180º | 0.39% | 0.26% | - |
| XYZ | 3.93 | 4.89 | 6.05 | - |
| YUV | 59.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 67 | 0.39 | 0 | 0 | 0.74 | 180 | 0.24 | 0.21 |
| Hex | 29 | 43 | 43 | 27 | 0 | 0 | 4A | B4 | 18 | 15 |
| Octal | 51 | 103 | 103 | 47 | 0 | 0 | 112 | 264 | 30 | 25 |
| Binary | 101001 | 1000011 | 1000011 | 100111 | 0 | 0 | 1001010 | 10110100 | 11000 | 10101 |
Color Harmonies of #294343
Complementary color
Monochromatic Colors of #294343
Black with #294343
Text Example
Text Example
White with #294343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294343; }
p { color: rgb(41,67,67); }
H1.HeaderClassName
{
color: #294343;
}
.AnyTagClassName
{
color: #294343;
}
</style>
background-color css
<style>
a { background-color: #294343; }
a { background-color: rgb(41,67,67); }
div.DivClassName
{
background-color: #294343;
}
.BgClassName
{
background-color: #294343;
}
</style>
border-color css
<style>
span { border-color: #294343; }
span { border-color: rgb(41,67,67); }
td.TdClassName
{
border-color: #294343;
}
.TagClassName
{
border-color: #294343;
}
</style>