Html Css Color HEX #313F3D Firefly

📋 copy color: '#313F3D'

red 49 ◦ green 63 ◦ blue 61

#313F3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #313F3D

Tints of Firefly #313F3D

RGB

 RED value IS 49 (19.53% from 255) = 28.32%

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 28.32%
G = 36.42%
B = 35.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#313F3D (or 0x313F3D) is known color: Firefly. HEX triplet: 31, 3F and 3D. RGB value is (49,63,61). Sum of RGB (Red+Green+Blue) = 49+63+61=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 63 - color contains mainly: green. Hex color #313F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F3D is #CEC0C2. Grayscale: #3A3A3A. Windows color (decimal): -13549763 or 4013873. OLE color: 4013873.

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

Color convert

RGB 49 63 61 -
CMYK 0.22 0 0.03 0.75
HSL 171.43º 0.13% 0.22% -
HSV(B) 171.43º 0.22% 0.25% -
XYZ 3.89 4.54 5.09 -
YUV 58.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 49 63 61 0.22 0 0.03 0.75 171.43 0.13 0.22
Hex 31 3F 3D 16 0 3 4B AB C 16
Octal 61 77 75 26 0 3 113 253 14 26
Binary 110001 111111 111101 10110 0 11 1001011 10101011 1100 10110

Color Harmonies of #313F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F3D

Black with #313F3D

Text Example


Text Example

White with #313F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313F3D;
 }
 .AnyTagClassName
 {
   color: #313F3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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