Html Css Color HEX #314342 Firefly

📋 copy color: '#314342'

red 49 ◦ green 67 ◦ blue 66

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

Shades of Firefly #314342

Tints of Firefly #314342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 26.92%
G = 36.81%
B = 36.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#314342 (or 0x314342) is known color: Firefly. HEX triplet: 31, 43 and 42. RGB value is (49,67,66). Sum of RGB (Red+Green+Blue) = 49+67+66=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #314342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314342 is #CEBCBD. Grayscale: #3D3D3D. Windows color (decimal): -13548734 or 4342577. OLE color: 4342577.

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

Color convert

RGB 49 67 66 -
CMYK 0.27 0 0.01 0.74
HSL 176.67º 0.16% 0.23% -
HSV(B) 176.67º 0.27% 0.26% -
XYZ 4.26 5.06 5.91 -
YUV 61.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 49 67 66 0.27 0 0.01 0.74 176.67 0.16 0.23
Hex 31 43 42 1B 0 1 4A B1 10 17
Octal 61 103 102 33 0 1 112 261 20 27
Binary 110001 1000011 1000010 11011 0 1 1001010 10110001 10000 10111

Color Harmonies of #314342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314342

Black with #314342

Text Example


Text Example

White with #314342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314342; }

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

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

background-color css

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

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

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

border-color css

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

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

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