Shades of Firefly #303F3D
Tints of Firefly #303F3D
RGB
CMYK
RGB Variations
Color information
#303F3D (or 0x303F3D) is known color: Firefly. HEX triplet: 30, 3F and 3D. RGB value is (48,63,61). Sum of RGB (Red+Green+Blue) = 48+63+61=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #303F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F3D is #CFC0C2. Grayscale: #3A3A3A. Windows color (decimal): -13615299 or 4013872. OLE color: 4013872.
HSL color Cylindrical-coordinate representation of color #303F3D: hue angle of 172º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303F3D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 61 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.75 |
| HSL | 172º | 0.14% | 0.22% | - |
| HSV(B) | 172º | 0.24% | 0.25% | - |
| XYZ | 3.84 | 4.52 | 5.09 | - |
| YUV | 58.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 61 | 0.24 | 0 | 0.03 | 0.75 | 172 | 0.14 | 0.22 |
| Hex | 30 | 3F | 3D | 18 | 0 | 3 | 4B | AC | E | 16 |
| Octal | 60 | 77 | 75 | 30 | 0 | 3 | 113 | 254 | 16 | 26 |
| Binary | 110000 | 111111 | 111101 | 11000 | 0 | 11 | 1001011 | 10101100 | 1110 | 10110 |
Color Harmonies of #303F3D
Complementary color
Monochromatic Colors of #303F3D
Black with #303F3D
Text Example
Text Example
White with #303F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F3D; }
p { color: rgb(48,63,61); }
H1.HeaderClassName
{
color: #303F3D;
}
.AnyTagClassName
{
color: #303F3D;
}
</style>
background-color css
<style>
a { background-color: #303F3D; }
a { background-color: rgb(48,63,61); }
div.DivClassName
{
background-color: #303F3D;
}
.BgClassName
{
background-color: #303F3D;
}
</style>
border-color css
<style>
span { border-color: #303F3D; }
span { border-color: rgb(48,63,61); }
td.TdClassName
{
border-color: #303F3D;
}
.TagClassName
{
border-color: #303F3D;
}
</style>