#314B48

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

Shades of Firefly #314B48

Tints of Firefly #314B48

Color information

#314B48 (or 0x314B48) is unknown color: approx Firefly. HEX triplet: 31, 4B and 48. RGB value is (49,75,72). Sum of RGB (Red+Green+Blue) = 49+75+72=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #314B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B48 is #CEB4B7. Grayscale: #424242. Windows color (decimal): -13546680 or 4737841. OLE color: 4737841.

HSL color Cylindrical-coordinate representation of color #314B48: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B48 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB497572-
CMYK0.3500.040.71
HSL173.08º20.97%24.31%-
HSV(B)173.08º34.67%29.41%-
XYZ4.956.157.06-
YUV66.88130.89115.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=25%
G=38.27%
B=36.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975720.3500.040.71173.0820.9724.31
Hex314B48230447ad1518
Octal6111311043041072552530
Binary1100011001011100100010001101001000111101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B48; }

 p { color: rgb(49,75,72); }

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

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

 a { background-color: rgb(49,75,72); }

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

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

 span { border-color: rgb(49,75,72); }

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