Shades of Firefly #323B3A
Tints of Firefly #323B3A
RGB
CMYK
RGB Variations
Color information
#323B3A (or 0x323B3A) is known color: Firefly. HEX triplet: 32, 3B and 3A. RGB value is (50,59,58). Sum of RGB (Red+Green+Blue) = 50+59+58=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 59 - color contains mainly: green. Hex color #323B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B3A is #CDC4C5. Grayscale: #383838. Windows color (decimal): -13485254 or 3816242. OLE color: 3816242.
HSL color Cylindrical-coordinate representation of color #323B3A: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #323B3A is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 58 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.77 |
| HSL | 173.33º | 0.08% | 0.21% | - |
| HSV(B) | 173.33º | 0.15% | 0.23% | - |
| XYZ | 3.64 | 4.11 | 4.6 | - |
| YUV | 56.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 58 | 0.15 | 0 | 0.02 | 0.77 | 173.33 | 0.08 | 0.21 |
| Hex | 32 | 3B | 3A | F | 0 | 2 | 4D | AD | 8 | 15 |
| Octal | 62 | 73 | 72 | 17 | 0 | 2 | 115 | 255 | 10 | 25 |
| Binary | 110010 | 111011 | 111010 | 1111 | 0 | 10 | 1001101 | 10101101 | 1000 | 10101 |
Color Harmonies of #323B3A
Complementary color
Monochromatic Colors of #323B3A
Black with #323B3A
Text Example
Text Example
White with #323B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B3A; }
p { color: rgb(50,59,58); }
H1.HeaderClassName
{
color: #323B3A;
}
.AnyTagClassName
{
color: #323B3A;
}
</style>
background-color css
<style>
a { background-color: #323B3A; }
a { background-color: rgb(50,59,58); }
div.DivClassName
{
background-color: #323B3A;
}
.BgClassName
{
background-color: #323B3A;
}
</style>
border-color css
<style>
span { border-color: #323B3A; }
span { border-color: rgb(50,59,58); }
td.TdClassName
{
border-color: #323B3A;
}
.TagClassName
{
border-color: #323B3A;
}
</style>