#304040

Color #304040 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #304040

Tints of Firefly #304040

Color information

#304040 (or 0x304040) is unknown color: approx Firefly. HEX triplet: 30, 40 and 40. RGB value is (48,64,64). Sum of RGB (Red+Green+Blue) = 48+64+64=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #304040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304040 is #CFBFBF. Grayscale: #3B3B3B. Windows color (decimal): -13615040 or 4210736. OLE color: 4210736.

HSL color Cylindrical-coordinate representation of color #304040: hue angle of 180º 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 #304040 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB486464-
CMYK0.25000.75
HSL180º14.29%21.96%-
HSV(B)180º25%25.1%-
XYZ3.984.675.54-
YUV59.22130.7120-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864640.25000.7518014.2921.96
Hex30404019004Bb4e16
Octal6010010031001132641626
Binary110000100000010000001100100100101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304040; }

 p { color: rgb(48,64,64); }

 H1.HeaderClassName
 {
   color: #304040;
 }
 .AnyTagClassName
 {
   color: #304040;
 }
</style>
background-color css

<style>
 a { background-color: #304040; }

 a { background-color: rgb(48,64,64); }

 div.DivClassName
 {
   background-color: #304040;
 }
 .BgClassName
 {
   background-color: #304040;
 }
</style>
border-color css

<style>
 span { border-color: #304040; }

 span { border-color: rgb(48,64,64); }

 td.TdClassName
 {
   border-color: #304040;
 }
 .TagClassName
 {
   border-color: #304040;
 }
</style>