Html Css Color HEX #314340 Firefly

📋 copy color: '#314340'

red 49 ◦ green 67 ◦ blue 64

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

Shades of Firefly #314340

Tints of Firefly #314340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 27.22%
G = 37.22%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#314340 (or 0x314340) is known color: Firefly. HEX triplet: 31, 43 and 40. RGB value is (49,67,64). Sum of RGB (Red+Green+Blue) = 49+67+64=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #314340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314340 is #CEBCBF. Grayscale: #3D3D3D. Windows color (decimal): -13548736 or 4211505. OLE color: 4211505.

HSL color Cylindrical-coordinate representation of color #314340: hue angle of 170º 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 #314340 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 64 -
CMYK 0.27 0 0.04 0.74
HSL 170º 0.16% 0.23% -
HSV(B) 170º 0.27% 0.26% -
XYZ 4.2 5.04 5.6 -
YUV 61.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 49 67 64 0.27 0 0.04 0.74 170 0.16 0.23
Hex 31 43 40 1B 0 4 4A AA 10 17
Octal 61 103 100 33 0 4 112 252 20 27
Binary 110001 1000011 1000000 11011 0 100 1001010 10101010 10000 10111

Color Harmonies of #314340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314340

Black with #314340

Text Example


Text Example

White with #314340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314340; }

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

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

background-color css

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

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

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

border-color css

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

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

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