Html Css Color HEX #314240 Firefly

📋 copy color: '#314240'

red 49 ◦ green 66 ◦ blue 64

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

Shades of Firefly #314240

Tints of Firefly #314240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

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

R = 27.37%
G = 36.87%
B = 35.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#314240 (or 0x314240) is known color: Firefly. HEX triplet: 31, 42 and 40. RGB value is (49,66,64). Sum of RGB (Red+Green+Blue) = 49+66+64=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #314240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314240 is #CEBDBF. Grayscale: #3C3C3C. Windows color (decimal): -13548992 or 4211249. OLE color: 4211249.

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

Color convert

RGB 49 66 64 -
CMYK 0.26 0 0.03 0.74
HSL 172.94º 0.15% 0.23% -
HSV(B) 172.94º 0.26% 0.26% -
XYZ 4.14 4.92 5.58 -
YUV 60.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 49 66 64 0.26 0 0.03 0.74 172.94 0.15 0.23
Hex 31 42 40 1A 0 3 4A AD F 17
Octal 61 102 100 32 0 3 112 255 17 27
Binary 110001 1000010 1000000 11010 0 11 1001010 10101101 1111 10111

Color Harmonies of #314240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314240

Black with #314240

Text Example


Text Example

White with #314240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314240; }

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

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

background-color css

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

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

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

border-color css

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

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

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