Shades of Firefly #32403E
Tints of Firefly #32403E
RGB
CMYK
RGB Variations
Color information
#32403E (or 0x32403E) is known color: Firefly. HEX triplet: 32, 40 and 3E. RGB value is (50,64,62). Sum of RGB (Red+Green+Blue) = 50+64+62=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #32403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32403E is #CDBFC1. Grayscale: #3B3B3B. Windows color (decimal): -13483970 or 4079666. OLE color: 4079666.
HSL color Cylindrical-coordinate representation of color #32403E: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32403E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 62 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.75 |
| HSL | 171.43º | 0.12% | 0.22% | - |
| HSV(B) | 171.43º | 0.22% | 0.25% | - |
| XYZ | 4.02 | 4.69 | 5.25 | - |
| YUV | 59.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 62 | 0.22 | 0 | 0.03 | 0.75 | 171.43 | 0.12 | 0.22 |
| Hex | 32 | 40 | 3E | 16 | 0 | 3 | 4B | AB | C | 16 |
| Octal | 62 | 100 | 76 | 26 | 0 | 3 | 113 | 253 | 14 | 26 |
| Binary | 110010 | 1000000 | 111110 | 10110 | 0 | 11 | 1001011 | 10101011 | 1100 | 10110 |
Color Harmonies of #32403E
Complementary color
Monochromatic Colors of #32403E
Black with #32403E
Text Example
Text Example
White with #32403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32403E; }
p { color: rgb(50,64,62); }
H1.HeaderClassName
{
color: #32403E;
}
.AnyTagClassName
{
color: #32403E;
}
</style>
background-color css
<style>
a { background-color: #32403E; }
a { background-color: rgb(50,64,62); }
div.DivClassName
{
background-color: #32403E;
}
.BgClassName
{
background-color: #32403E;
}
</style>
border-color css
<style>
span { border-color: #32403E; }
span { border-color: rgb(50,64,62); }
td.TdClassName
{
border-color: #32403E;
}
.TagClassName
{
border-color: #32403E;
}
</style>