Shades of Firefly #323C3B
Tints of Firefly #323C3B
RGB
CMYK
RGB Variations
Color information
#323C3B (or 0x323C3B) is known color: Firefly. HEX triplet: 32, 3C and 3B. RGB value is (50,60,59). Sum of RGB (Red+Green+Blue) = 50+60+59=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 60 - color contains mainly: green. Hex color #323C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C3B is #CDC3C4. Grayscale: #383838. Windows color (decimal): -13484997 or 3882034. OLE color: 3882034.
HSL color Cylindrical-coordinate representation of color #323C3B: hue angle of 174º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #323C3B is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 59 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.76 |
| HSL | 174º | 0.09% | 0.22% | - |
| HSV(B) | 174º | 0.17% | 0.24% | - |
| XYZ | 3.72 | 4.23 | 4.76 | - |
| YUV | 56.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 59 | 0.17 | 0 | 0.02 | 0.76 | 174 | 0.09 | 0.22 |
| Hex | 32 | 3C | 3B | 11 | 0 | 2 | 4C | AE | 9 | 16 |
| Octal | 62 | 74 | 73 | 21 | 0 | 2 | 114 | 256 | 11 | 26 |
| Binary | 110010 | 111100 | 111011 | 10001 | 0 | 10 | 1001100 | 10101110 | 1001 | 10110 |
Color Harmonies of #323C3B
Complementary color
Monochromatic Colors of #323C3B
Black with #323C3B
Text Example
Text Example
White with #323C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C3B; }
p { color: rgb(50,60,59); }
H1.HeaderClassName
{
color: #323C3B;
}
.AnyTagClassName
{
color: #323C3B;
}
</style>
background-color css
<style>
a { background-color: #323C3B; }
a { background-color: rgb(50,60,59); }
div.DivClassName
{
background-color: #323C3B;
}
.BgClassName
{
background-color: #323C3B;
}
</style>
border-color css
<style>
span { border-color: #323C3B; }
span { border-color: rgb(50,60,59); }
td.TdClassName
{
border-color: #323C3B;
}
.TagClassName
{
border-color: #323C3B;
}
</style>