Shades of Firefly #304141
Tints of Firefly #304141
RGB
CMYK
RGB Variations
Color information
#304141 (or 0x304141) is known color: Firefly. HEX triplet: 30, 41 and 41. RGB value is (48,65,65). Sum of RGB (Red+Green+Blue) = 48+65+65=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #304141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304141 is #CFBEBE. Grayscale: #3B3B3B. Windows color (decimal): -13614783 or 4276528. OLE color: 4276528.
HSL color Cylindrical-coordinate representation of color #304141: hue angle of 180º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304141 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 65 | - |
| CMYK | 0.26 | 0 | 0 | 0.75 |
| HSL | 180º | 0.15% | 0.22% | - |
| HSV(B) | 180º | 0.26% | 0.25% | - |
| XYZ | 4.06 | 4.79 | 5.71 | - |
| YUV | 59.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 65 | 0.26 | 0 | 0 | 0.75 | 180 | 0.15 | 0.22 |
| Hex | 30 | 41 | 41 | 1A | 0 | 0 | 4B | B4 | F | 16 |
| Octal | 60 | 101 | 101 | 32 | 0 | 0 | 113 | 264 | 17 | 26 |
| Binary | 110000 | 1000001 | 1000001 | 11010 | 0 | 0 | 1001011 | 10110100 | 1111 | 10110 |
Color Harmonies of #304141
Complementary color
Monochromatic Colors of #304141
Black with #304141
Text Example
Text Example
White with #304141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304141; }
p { color: rgb(48,65,65); }
H1.HeaderClassName
{
color: #304141;
}
.AnyTagClassName
{
color: #304141;
}
</style>
background-color css
<style>
a { background-color: #304141; }
a { background-color: rgb(48,65,65); }
div.DivClassName
{
background-color: #304141;
}
.BgClassName
{
background-color: #304141;
}
</style>
border-color css
<style>
span { border-color: #304141; }
span { border-color: rgb(48,65,65); }
td.TdClassName
{
border-color: #304141;
}
.TagClassName
{
border-color: #304141;
}
</style>