Shades of Firefly #304441
Tints of Firefly #304441
RGB
CMYK
RGB Variations
Color information
#304441 (or 0x304441) is known color: Firefly. HEX triplet: 30, 44 and 41. RGB value is (48,68,65). Sum of RGB (Red+Green+Blue) = 48+68+65=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #304441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304441 is #CFBBBE. Grayscale: #3D3D3D. Windows color (decimal): -13614015 or 4277296. OLE color: 4277296.
HSL color Cylindrical-coordinate representation of color #304441: hue angle of 171º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304441 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 65 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.73 |
| HSL | 171º | 0.17% | 0.23% | - |
| HSV(B) | 171º | 0.29% | 0.27% | - |
| XYZ | 4.24 | 5.14 | 5.77 | - |
| YUV | 61.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 65 | 0.29 | 0 | 0.04 | 0.73 | 171 | 0.17 | 0.23 |
| Hex | 30 | 44 | 41 | 1D | 0 | 4 | 49 | AB | 11 | 17 |
| Octal | 60 | 104 | 101 | 35 | 0 | 4 | 111 | 253 | 21 | 27 |
| Binary | 110000 | 1000100 | 1000001 | 11101 | 0 | 100 | 1001001 | 10101011 | 10001 | 10111 |
Color Harmonies of #304441
Complementary color
Monochromatic Colors of #304441
Black with #304441
Text Example
Text Example
White with #304441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304441; }
p { color: rgb(48,68,65); }
H1.HeaderClassName
{
color: #304441;
}
.AnyTagClassName
{
color: #304441;
}
</style>
background-color css
<style>
a { background-color: #304441; }
a { background-color: rgb(48,68,65); }
div.DivClassName
{
background-color: #304441;
}
.BgClassName
{
background-color: #304441;
}
</style>
border-color css
<style>
span { border-color: #304441; }
span { border-color: rgb(48,68,65); }
td.TdClassName
{
border-color: #304441;
}
.TagClassName
{
border-color: #304441;
}
</style>