Html Css Color HEX #31423F Firefly

📋 copy color: '#31423F'

red 49 ◦ green 66 ◦ blue 63

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

Shades of Firefly #31423F

Tints of Firefly #31423F

RGB

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

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

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

R = 27.53%
G = 37.08%
B = 35.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#31423F (or 0x31423F) is known color: Firefly. HEX triplet: 31, 42 and 3F. RGB value is (49,66,63). Sum of RGB (Red+Green+Blue) = 49+66+63=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #31423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423F is #CEBDC0. Grayscale: #3C3C3C. Windows color (decimal): -13548993 or 4145713. OLE color: 4145713.

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

Color convert

RGB 49 66 63 -
CMYK 0.26 0 0.05 0.74
HSL 169.41º 0.15% 0.23% -
HSV(B) 169.41º 0.26% 0.26% -
XYZ 4.11 4.91 5.43 -
YUV 60.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 49 66 63 0.26 0 0.05 0.74 169.41 0.15 0.23
Hex 31 42 3F 1A 0 5 4A A9 F 17
Octal 61 102 77 32 0 5 112 251 17 27
Binary 110001 1000010 111111 11010 0 101 1001010 10101001 1111 10111

Color Harmonies of #31423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31423F

Black with #31423F

Text Example


Text Example

White with #31423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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