Html Css Color HEX #314341 Firefly

📋 copy color: '#314341'

red 49 ◦ green 67 ◦ blue 65

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

Shades of Firefly #314341

Tints of Firefly #314341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.02%

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

R = 27.07%
G = 37.02%
B = 35.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#314341 (or 0x314341) is known color: Firefly. HEX triplet: 31, 43 and 41. RGB value is (49,67,65). Sum of RGB (Red+Green+Blue) = 49+67+65=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #314341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314341 is #CEBCBE. Grayscale: #3D3D3D. Windows color (decimal): -13548735 or 4277041. OLE color: 4277041.

HSL color Cylindrical-coordinate representation of color #314341: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314341 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 65 -
CMYK 0.27 0 0.03 0.74
HSL 173.33º 0.16% 0.23% -
HSV(B) 173.33º 0.27% 0.26% -
XYZ 4.23 5.05 5.75 -
YUV 61.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 49 67 65 0.27 0 0.03 0.74 173.33 0.16 0.23
Hex 31 43 41 1B 0 3 4A AD 10 17
Octal 61 103 101 33 0 3 112 255 20 27
Binary 110001 1000011 1000001 11011 0 11 1001010 10101101 10000 10111

Color Harmonies of #314341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314341

Black with #314341

Text Example


Text Example

White with #314341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314341; }

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

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

background-color css

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

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

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

border-color css

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

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

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