#31314D

Color #31314D Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #31314D

Tints of Lucky Point #31314D

Color information

#31314D (or 0x31314D) is unknown color: approx Lucky Point. HEX triplet: 31, 31 and 4D. RGB value is (49,49,77). Sum of RGB (Red+Green+Blue) = 49+49+77=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #31314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31314D is #CECEB2. Grayscale: #343434. Windows color (decimal): -13553331 or 5058865. OLE color: 5058865.

HSL color Cylindrical-coordinate representation of color #31314D: hue angle of 240º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31314D is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB494977-
CMYK0.360.3600.70
HSL240º22.22%24.71%-
HSV(B)240º36.36%30.2%-
XYZ3.73.397.48-
YUV52.19142125.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 77 (30.47% from 255) = 44%
R=28%
G=28%
B=44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4949770.360.3600.7024022.2224.71
Hex31314D2424046f01619
Octal6161115444401063602631
Binary110001110001100110110010010010001000110111100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31314D; }

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

 H1.HeaderClassName
 {
   color: #31314D;
 }
 .AnyTagClassName
 {
   color: #31314D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31314D;
 }
 .BgClassName
 {
   background-color: #31314D;
 }
</style>
border-color css

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

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

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