#303E3C

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

Shades of Firefly #303E3C

Tints of Firefly #303E3C

Color information

#303E3C (or 0x303E3C) is unknown color: approx Firefly. HEX triplet: 30, 3E and 3C. RGB value is (48,62,60). Sum of RGB (Red+Green+Blue) = 48+62+60=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3C is #CFC1C3. Grayscale: #393939. Windows color (decimal): -13615556 or 3948080. OLE color: 3948080.

HSL color Cylindrical-coordinate representation of color #303E3C: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E3C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB486260-
CMYK0.2300.030.76
HSL171.43º12.73%21.57%-
HSV(B)171.43º22.58%24.31%-
XYZ3.764.44.93-
YUV57.59129.36121.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=28.24%
G=36.47%
B=35.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862600.2300.030.76171.4312.7321.57
Hex303E3C17034Cabd16
Octal60767427031142531526
Binary11000011111011110010111011100110010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E3C; }

 p { color: rgb(48,62,60); }

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

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

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

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

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

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

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