Html Css Color HEX #314141 Firefly

📋 copy color: '#314141'

red 49 ◦ green 65 ◦ blue 65

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

Shades of Firefly #314141

Tints of Firefly #314141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 27.37%
G = 36.31%
B = 36.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#314141 (or 0x314141) is known color: Firefly. HEX triplet: 31, 41 and 41. RGB value is (49,65,65). Sum of RGB (Red+Green+Blue) = 49+65+65=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #314141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314141 is #CEBEBE. Grayscale: #3C3C3C. Windows color (decimal): -13549247 or 4276529. OLE color: 4276529.

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

Color convert

RGB 49 65 65 -
CMYK 0.25 0 0 0.75
HSL 180º 0.14% 0.22% -
HSV(B) 180º 0.25% 0.25% -
XYZ 4.11 4.82 5.71 -
YUV 60.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 49 65 65 0.25 0 0 0.75 180 0.14 0.22
Hex 31 41 41 19 0 0 4B B4 E 16
Octal 61 101 101 31 0 0 113 264 16 26
Binary 110001 1000001 1000001 11001 0 0 1001011 10110100 1110 10110

Color Harmonies of #314141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314141

Black with #314141

Text Example


Text Example

White with #314141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314141; }

 p { color: rgb(49,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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