Shades of Firefly #30403E
Tints of Firefly #30403E
RGB
CMYK
RGB Variations
Color information
#30403E (or 0x30403E) is known color: Firefly. HEX triplet: 30, 40 and 3E. RGB value is (48,64,62). Sum of RGB (Red+Green+Blue) = 48+64+62=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #30403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403E is #CFBFC1. Grayscale: #3A3A3A. Windows color (decimal): -13615042 or 4079664. OLE color: 4079664.
HSL color Cylindrical-coordinate representation of color #30403E: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30403E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 62 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.75 |
| HSL | 172.5º | 0.14% | 0.22% | - |
| HSV(B) | 172.5º | 0.25% | 0.25% | - |
| XYZ | 3.92 | 4.64 | 5.25 | - |
| YUV | 58.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 62 | 0.25 | 0 | 0.03 | 0.75 | 172.5 | 0.14 | 0.22 |
| Hex | 30 | 40 | 3E | 19 | 0 | 3 | 4B | AC | E | 16 |
| Octal | 60 | 100 | 76 | 31 | 0 | 3 | 113 | 254 | 16 | 26 |
| Binary | 110000 | 1000000 | 111110 | 11001 | 0 | 11 | 1001011 | 10101100 | 1110 | 10110 |
Color Harmonies of #30403E
Complementary color
Monochromatic Colors of #30403E
Black with #30403E
Text Example
Text Example
White with #30403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30403E; }
p { color: rgb(48,64,62); }
H1.HeaderClassName
{
color: #30403E;
}
.AnyTagClassName
{
color: #30403E;
}
</style>
background-color css
<style>
a { background-color: #30403E; }
a { background-color: rgb(48,64,62); }
div.DivClassName
{
background-color: #30403E;
}
.BgClassName
{
background-color: #30403E;
}
</style>
border-color css
<style>
span { border-color: #30403E; }
span { border-color: rgb(48,64,62); }
td.TdClassName
{
border-color: #30403E;
}
.TagClassName
{
border-color: #30403E;
}
</style>