Shades of Firefly #303E3C
Tints of Firefly #303E3C
RGB
CMYK
RGB Variations
Color information
#303E3C (or 0x303E3C) is known color: Firefly. HEX triplet: 30, 3E and 3C. RGB value is (48,62,60). Sum of RGB (Red+Green+Blue) = 48+62+60=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3C is #CFC1C3. Grayscale: #393939. Windows color (decimal): -13615556 or 3948080. OLE color: 3948080.
HSL color Cylindrical-coordinate representation of color #303E3C: hue angle of 171.43º 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 #303E3C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 60 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.76 |
| HSL | 171.43º | 0.13% | 0.22% | - |
| HSV(B) | 171.43º | 0.23% | 0.24% | - |
| XYZ | 3.76 | 4.4 | 4.93 | - |
| YUV | 57.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 60 | 0.23 | 0 | 0.03 | 0.76 | 171.43 | 0.13 | 0.22 |
| Hex | 30 | 3E | 3C | 17 | 0 | 3 | 4C | AB | D | 16 |
| Octal | 60 | 76 | 74 | 27 | 0 | 3 | 114 | 253 | 15 | 26 |
| Binary | 110000 | 111110 | 111100 | 10111 | 0 | 11 | 1001100 | 10101011 | 1101 | 10110 |
Color Harmonies of #303E3C
Complementary color
Monochromatic Colors of #303E3C
Black with #303E3C
Text Example
Text Example
White with #303E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E3C; }
p { color: rgb(48,62,60); }
H1.HeaderClassName
{
color: #303E3C;
}
.AnyTagClassName
{
color: #303E3C;
}
</style>
background-color css
<style>
a { background-color: #303E3C; }
a { background-color: rgb(48,62,60); }
div.DivClassName
{
background-color: #303E3C;
}
.BgClassName
{
background-color: #303E3C;
}
</style>
border-color css
<style>
span { border-color: #303E3C; }
span { border-color: rgb(48,62,60); }
td.TdClassName
{
border-color: #303E3C;
}
.TagClassName
{
border-color: #303E3C;
}
</style>