Html Css Color HEX #314242 Firefly

📋 copy color: '#314242'

red 49 ◦ green 66 ◦ blue 66

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

Shades of Firefly #314242

Tints of Firefly #314242

RGB

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

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

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

R = 27.07%
G = 36.46%
B = 36.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314242 (or 0x314242) is known color: Firefly. HEX triplet: 31, 42 and 42. RGB value is (49,66,66). Sum of RGB (Red+Green+Blue) = 49+66+66=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #314242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314242 is #CEBDBD. Grayscale: #3C3C3C. Windows color (decimal): -13548990 or 4342321. OLE color: 4342321.

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

Color convert

RGB 49 66 66 -
CMYK 0.26 0 0 0.74
HSL 180º 0.15% 0.23% -
HSV(B) 180º 0.26% 0.26% -
XYZ 4.2 4.94 5.89 -
YUV 60.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 49 66 66 0.26 0 0 0.74 180 0.15 0.23
Hex 31 42 42 1A 0 0 4A B4 F 17
Octal 61 102 102 32 0 0 112 264 17 27
Binary 110001 1000010 1000010 11010 0 0 1001010 10110100 1111 10111

Color Harmonies of #314242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314242

Black with #314242

Text Example


Text Example

White with #314242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314242; }

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

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

background-color css

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

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

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

border-color css

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

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

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