Html Css Color HEX #31413F Firefly

📋 copy color: '#31413F'

red 49 ◦ green 65 ◦ blue 63

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

Shades of Firefly #31413F

Tints of Firefly #31413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 27.68%
G = 36.72%
B = 35.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#31413F (or 0x31413F) is known color: Firefly. HEX triplet: 31, 41 and 3F. RGB value is (49,65,63). Sum of RGB (Red+Green+Blue) = 49+65+63=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #31413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413F is #CEBEC0. Grayscale: #3B3B3B. Windows color (decimal): -13549249 or 4145457. OLE color: 4145457.

HSL color Cylindrical-coordinate representation of color #31413F: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #31413F is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 63 -
CMYK 0.25 0 0.03 0.75
HSL 172.5º 0.14% 0.22% -
HSV(B) 172.5º 0.25% 0.25% -
XYZ 4.05 4.79 5.41 -
YUV 59.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 49 65 63 0.25 0 0.03 0.75 172.5 0.14 0.22
Hex 31 41 3F 19 0 3 4B AC E 16
Octal 61 101 77 31 0 3 113 254 16 26
Binary 110001 1000001 111111 11001 0 11 1001011 10101100 1110 10110

Color Harmonies of #31413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31413F

Black with #31413F

Text Example


Text Example

White with #31413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31413F; }

 p { color: rgb(49,65,63); }

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

background-color css

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

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

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

border-color css

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

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

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