Html Css Color HEX #31403E Firefly

📋 copy color: '#31403E'

red 49 ◦ green 64 ◦ blue 62

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

Shades of Firefly #31403E

Tints of Firefly #31403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 28%
G = 36.57%
B = 35.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#31403E (or 0x31403E) is known color: Firefly. HEX triplet: 31, 40 and 3E. RGB value is (49,64,62). Sum of RGB (Red+Green+Blue) = 49+64+62=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #31403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31403E is #CEBFC1. Grayscale: #3B3B3B. Windows color (decimal): -13549506 or 4079665. OLE color: 4079665.

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

Color convert

RGB 49 64 62 -
CMYK 0.23 0 0.03 0.75
HSL 172º 0.13% 0.22% -
HSV(B) 172º 0.23% 0.25% -
XYZ 3.97 4.67 5.25 -
YUV 59.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 49 64 62 0.23 0 0.03 0.75 172 0.13 0.22
Hex 31 40 3E 17 0 3 4B AC D 16
Octal 61 100 76 27 0 3 113 254 15 26
Binary 110001 1000000 111110 10111 0 11 1001011 10101100 1101 10110

Color Harmonies of #31403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31403E

Black with #31403E

Text Example


Text Example

White with #31403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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