Shades of Firefly #303E3D
Tints of Firefly #303E3D
RGB
CMYK
RGB Variations
Color information
#303E3D (or 0x303E3D) is known color: Firefly. HEX triplet: 30, 3E and 3D. RGB value is (48,62,61). Sum of RGB (Red+Green+Blue) = 48+62+61=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3D is #CFC1C2. Grayscale: #393939. Windows color (decimal): -13615555 or 4013616. OLE color: 4013616.
HSL color Cylindrical-coordinate representation of color #303E3D: hue angle of 175.71º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E3D is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 61 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.76 |
| HSL | 175.71º | 0.13% | 0.22% | - |
| HSV(B) | 175.71º | 0.23% | 0.24% | - |
| XYZ | 3.78 | 4.41 | 5.07 | - |
| YUV | 57.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 61 | 0.23 | 0 | 0.02 | 0.76 | 175.71 | 0.13 | 0.22 |
| Hex | 30 | 3E | 3D | 17 | 0 | 2 | 4C | B0 | D | 16 |
| Octal | 60 | 76 | 75 | 27 | 0 | 2 | 114 | 260 | 15 | 26 |
| Binary | 110000 | 111110 | 111101 | 10111 | 0 | 10 | 1001100 | 10110000 | 1101 | 10110 |
Color Harmonies of #303E3D
Complementary color
Monochromatic Colors of #303E3D
Black with #303E3D
Text Example
Text Example
White with #303E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E3D; }
p { color: rgb(48,62,61); }
H1.HeaderClassName
{
color: #303E3D;
}
.AnyTagClassName
{
color: #303E3D;
}
</style>
background-color css
<style>
a { background-color: #303E3D; }
a { background-color: rgb(48,62,61); }
div.DivClassName
{
background-color: #303E3D;
}
.BgClassName
{
background-color: #303E3D;
}
</style>
border-color css
<style>
span { border-color: #303E3D; }
span { border-color: rgb(48,62,61); }
td.TdClassName
{
border-color: #303E3D;
}
.TagClassName
{
border-color: #303E3D;
}
</style>