Shades of Firefly #324443
Tints of Firefly #324443
RGB
CMYK
RGB Variations
Color information
#324443 (or 0x324443) is known color: Firefly. HEX triplet: 32, 44 and 43. RGB value is (50,68,67). Sum of RGB (Red+Green+Blue) = 50+68+67=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #324443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324443 is #CDBBBC. Grayscale: #3E3E3E. Windows color (decimal): -13482941 or 4408370. OLE color: 4408370.
HSL color Cylindrical-coordinate representation of color #324443: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #324443 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 67 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.73 |
| HSL | 176.67º | 0.15% | 0.23% | - |
| HSV(B) | 176.67º | 0.26% | 0.27% | - |
| XYZ | 4.4 | 5.22 | 6.09 | - |
| YUV | 62.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 67 | 0.26 | 0 | 0.01 | 0.73 | 176.67 | 0.15 | 0.23 |
| Hex | 32 | 44 | 43 | 1A | 0 | 1 | 49 | B1 | F | 17 |
| Octal | 62 | 104 | 103 | 32 | 0 | 1 | 111 | 261 | 17 | 27 |
| Binary | 110010 | 1000100 | 1000011 | 11010 | 0 | 1 | 1001001 | 10110001 | 1111 | 10111 |
Color Harmonies of #324443
Complementary color
Monochromatic Colors of #324443
Black with #324443
Text Example
Text Example
White with #324443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324443; }
p { color: rgb(50,68,67); }
H1.HeaderClassName
{
color: #324443;
}
.AnyTagClassName
{
color: #324443;
}
</style>
background-color css
<style>
a { background-color: #324443; }
a { background-color: rgb(50,68,67); }
div.DivClassName
{
background-color: #324443;
}
.BgClassName
{
background-color: #324443;
}
</style>
border-color css
<style>
span { border-color: #324443; }
span { border-color: rgb(50,68,67); }
td.TdClassName
{
border-color: #324443;
}
.TagClassName
{
border-color: #324443;
}
</style>