Html Css Color HEX #314847 Firefly

📋 copy color: '#314847'

red 49 ◦ green 72 ◦ blue 71

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

Shades of Firefly #314847

Tints of Firefly #314847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 25.52%
G = 37.5%
B = 36.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#314847 (or 0x314847) is known color: Firefly. HEX triplet: 31, 48 and 47. RGB value is (49,72,71). Sum of RGB (Red+Green+Blue) = 49+72+71=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #314847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314847 is #CEB7B8. Grayscale: #404040. Windows color (decimal): -13547449 or 4671537. OLE color: 4671537.

HSL color Cylindrical-coordinate representation of color #314847: hue angle of 177.39º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314847 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 71 -
CMYK 0.32 0 0.01 0.72
HSL 177.39º 0.19% 0.24% -
HSV(B) 177.39º 0.32% 0.28% -
XYZ 4.72 5.74 6.82 -
YUV 65.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 49 72 71 0.32 0 0.01 0.72 177.39 0.19 0.24
Hex 31 48 47 20 0 1 48 B1 13 18
Octal 61 110 107 40 0 1 110 261 23 30
Binary 110001 1001000 1000111 100000 0 1 1001000 10110001 10011 11000

Color Harmonies of #314847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314847

Black with #314847

Text Example


Text Example

White with #314847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314847; }

 p { color: rgb(49,72,71); }

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

background-color css

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

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

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

border-color css

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

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

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