#313F3E

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

Shades of Firefly #313F3E

Tints of Firefly #313F3E

Color information

#313F3E (or 0x313F3E) is unknown color: approx Firefly. HEX triplet: 31, 3F and 3E. RGB value is (49,63,62). Sum of RGB (Red+Green+Blue) = 49+63+62=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #313F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F3E is #CEC0C1. Grayscale: #3A3A3A. Windows color (decimal): -13549762 or 4079409. OLE color: 4079409.

HSL color Cylindrical-coordinate representation of color #313F3E: hue angle of 175.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313F3E is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB496362-
CMYK0.2200.020.75
HSL175.71º12.5%21.96%-
HSV(B)175.71º22.22%24.71%-
XYZ3.914.565.23-
YUV58.7129.86121.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=28.16%
G=36.21%
B=35.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963620.2200.020.75175.7112.521.96
Hex313F3E16024Bb0c16
Octal61777626021132601426
Binary11000111111111111010110010100101110110000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F3E; }

 p { color: rgb(49,63,62); }

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

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

 a { background-color: rgb(49,63,62); }

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

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

 span { border-color: rgb(49,63,62); }

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