#304141

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

Shades of Firefly #304141

Tints of Firefly #304141

Color information

#304141 (or 0x304141) is unknown color: approx 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

RGB486565-
CMYK0.26000.75
HSL180º15.04%22.16%-
HSV(B)180º26.15%25.49%-
XYZ4.064.795.71-
YUV59.92130.87119.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=26.97%
G=36.52%
B=36.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865650.26000.7518015.0422.16
Hex3041411A004Bb4f16
Octal6010110132001132641726
Binary110000100000110000011101000100101110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>